Fix some markdown errors

This commit is contained in:
Ilkka Seppälä 2016-04-16 08:52:16 +03:00
parent 6f89315aa9
commit 886ad7e8f0
3 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,6 @@ Use the Business Delegate pattern when
* you want to orchestrate calls to multiple business services
* you want to encapsulate service lookups and service calls
##Credits
## Credits
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)

View File

@ -28,6 +28,6 @@ Use the Lazy Loading idiom when
* JPA annotations @OneToOne, @OneToMany, @ManyToOne, @ManyToMany and fetch = FetchType.LAZY
##Credits
## Credits
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)

View File

@ -20,6 +20,6 @@ Use the Publish Subscribe Channel pattern when
* two or more applications need to communicate using a messaging system for broadcasts.
##Credits
## Credits
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)