Skip to content

Commit 886ad7e

Browse files
committed
Fix some markdown errors
1 parent 6f89315 commit 886ad7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

business-delegate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Use the Business Delegate pattern when
2424
* you want to orchestrate calls to multiple business services
2525
* you want to encapsulate service lookups and service calls
2626

27-
##Credits
27+
## Credits
2828

2929
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)

lazy-loading/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Use the Lazy Loading idiom when
2828

2929
* JPA annotations @OneToOne, @OneToMany, @ManyToOne, @ManyToMany and fetch = FetchType.LAZY
3030

31-
##Credits
31+
## Credits
3232

3333
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)

publish-subscribe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Use the Publish Subscribe Channel pattern when
2020

2121
* two or more applications need to communicate using a messaging system for broadcasts.
2222

23-
##Credits
23+
## Credits
2424

2525
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)

0 commit comments

Comments
 (0)