Fixed typos in JpaRepositoryExtension class.

Fixed one typo in the JavaDoc of JpaRepositoryExtension#afterBeanDiscovery and JpaRepositoryExtension#processBean.

Original pull request #2367
This commit is contained in:
Diego Krupitza
2021-12-01 00:30:54 +01:00
committed by Jens Schauder
parent 5f3b4e2155
commit 98812cd600

View File

@@ -56,7 +56,7 @@ public class JpaRepositoryExtension extends CdiRepositoryExtensionSupport {
}
/**
* Implementation of a an observer which checks for EntityManager beans and stores them in {@link #entityManagers} for
* Implementation of an observer which checks for EntityManager beans and stores them in {@link #entityManagers} for
* later association with corresponding repository beans.
*
* @param <X> The type.
@@ -78,8 +78,7 @@ public class JpaRepositoryExtension extends CdiRepositoryExtensionSupport {
}
/**
* Implementation of a an observer which registers beans to the CDI container for the detected Spring Data
* repositories.
* Implementation of an observer which registers beans to the CDI container for the detected Spring Data repositories.
* <p>
* The repository beans are associated to the EntityManagers using their qualifiers.
*