Skip to content

Commit 9b7a81e

Browse files
DiegoKrupitzaschauder
authored andcommitted
Fixed typos in JpaRepositoryExtension class.
Fixed one typo in the JavaDoc of JpaRepositoryExtension#afterBeanDiscovery and JpaRepositoryExtension#processBean. Original pull request #2367
1 parent 506b5c0 commit 9b7a81e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/org/springframework/data/jpa/repository/cdi/JpaRepositoryExtension.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)