Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -6,7 +6,7 @@ import javax.persistence.EntityManager; | ... | @@ -6,7 +6,7 @@ import javax.persistence.EntityManager; |
6 | import javax.persistence.PersistenceContext; | 6 | import javax.persistence.PersistenceContext; |
7 | 7 | ||
8 | /** | 8 | /** |
9 | - * Classe de configutation JPA, utilisée par tous les JpaRepository. | 9 | + * JPA configuration class, used by all classes extending JpaRepository |
10 | */ | 10 | */ |
11 | public class JpaConfiguration { | 11 | public class JpaConfiguration { |
12 | 12 | ... | ... |
-
Please register or login to post a comment