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() {
5656 }
5757
5858 /**
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
6060 * later association with corresponding repository beans.
6161 *
6262 * @param <X> The type.
@@ -78,8 +78,7 @@ <X> void processBean(@Observes ProcessBean<X> processBean) {
7878 }
7979
8080 /**
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.
8382 * <p>
8483 * The repository beans are associated to the EntityManagers using their qualifiers.
8584 *
You can’t perform that action at this time.
0 commit comments