Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -13,7 +13,9 @@ public class JpaConfiguration { | ... | @@ -13,7 +13,9 @@ public class JpaConfiguration { |
13 | @Produces | 13 | @Produces |
14 | @RequestScoped | 14 | @RequestScoped |
15 | @PersistenceContext(unitName = "development-pu") | 15 | @PersistenceContext(unitName = "development-pu") |
16 | - /** Interface injectable de gestion de la persistence */ | 16 | + /** |
17 | + * Interface injectable de gestion de la persistence | ||
18 | + */ | ||
17 | public EntityManager entityManager; | 19 | public EntityManager entityManager; |
18 | 20 | ||
19 | } | 21 | } | ... | ... |
-
Please register or login to post a comment