File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/org/springframework/data/jpa/repository/cdi Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public JpaRepositoryExtension() {
56
56
}
57
57
58
58
/**
59
- * Implementation of a an observer which checks for EntityManager beans and stores them in {@link #entityManagers} for
59
+ * Implementation of an observer which checks for EntityManager beans and stores them in {@link #entityManagers} for
60
60
* later association with corresponding repository beans.
61
61
*
62
62
* @param <X> The type.
@@ -78,8 +78,7 @@ <X> void processBean(@Observes ProcessBean<X> processBean) {
78
78
}
79
79
80
80
/**
81
- * Implementation of a an observer which registers beans to the CDI container for the detected Spring Data
82
- * repositories.
81
+ * Implementation of an observer which registers beans to the CDI container for the detected Spring Data repositories.
83
82
* <p>
84
83
* The repository beans are associated to the EntityManagers using their qualifiers.
85
84
*
You can’t perform that action at this time.
0 commit comments