Fix display error

This commit is contained in:
Ilkka Seppälä 2016-04-15 08:38:08 +03:00
parent 8e69ebce9f
commit cf0570a5ed

View File

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