This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 728cd9526328d53ea4cecda09eddcb562672ac39
Author: Benoit Tellier <[email protected]>
AuthorDate: Mon Nov 18 14:19:48 2019 +0700

    [Refactoring] Cleanup JPAUsersRepository javadoc
---
 .../src/main/java/org/apache/james/user/jpa/JPAUsersRepository.java | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/server/data/data-jpa/src/main/java/org/apache/james/user/jpa/JPAUsersRepository.java
 
b/server/data/data-jpa/src/main/java/org/apache/james/user/jpa/JPAUsersRepository.java
index 6304426..6308bfe 100644
--- 
a/server/data/data-jpa/src/main/java/org/apache/james/user/jpa/JPAUsersRepository.java
+++ 
b/server/data/data-jpa/src/main/java/org/apache/james/user/jpa/JPAUsersRepository.java
@@ -101,8 +101,6 @@ public class JPAUsersRepository extends 
AbstractUsersRepository {
     /**
      * Update the repository with the specified user object. A user object with
      * this username must already exist.
-     * 
-     * @throws UsersRepositoryException
      */
     @Override
     public void updateUser(User user) throws UsersRepositoryException {
@@ -134,7 +132,6 @@ public class JPAUsersRepository extends 
AbstractUsersRepository {
      * 
      * @param name
      *            the user to remove from the repository
-     * @throws UsersRepositoryException
      */
     @Override
     public void removeUser(Username name) throws UsersRepositoryException {
@@ -166,7 +163,6 @@ public class JPAUsersRepository extends 
AbstractUsersRepository {
      * @param name
      *            the name to check in the repository
      * @return whether the user is in the repository
-     * @throws UsersRepositoryException
      */
     @Override
     public boolean contains(Username name) throws UsersRepositoryException {
@@ -209,7 +205,6 @@ public class JPAUsersRepository extends 
AbstractUsersRepository {
      * Returns a count of the users in the repository.
      * 
      * @return the number of users in the repository
-     * @throws UsersRepositoryException
      */
     @Override
     public int countUsers() throws UsersRepositoryException {
@@ -230,7 +225,6 @@ public class JPAUsersRepository extends 
AbstractUsersRepository {
      * 
      * @return Iterator over a collection of Strings, each being one user in 
the
      *         repository.
-     * @throws UsersRepositoryException
      */
     @Override
     @SuppressWarnings("unchecked")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to