You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by kw...@apache.org on 2022/10/31 10:58:10 UTC

[jackrabbit-oak] branch trunk updated: fix typo in javadoc

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

kwin pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aad0b510dc fix typo in javadoc
aad0b510dc is described below

commit aad0b510dca360bd81d9a672aff2952c39d78186
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Oct 31 11:58:04 2022 +0100

    fix typo in javadoc
---
 .../main/java/org/apache/jackrabbit/api/security/user/UserManager.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-jackrabbit-api/src/main/java/org/apache/jackrabbit/api/security/user/UserManager.java b/oak-jackrabbit-api/src/main/java/org/apache/jackrabbit/api/security/user/UserManager.java
index 5b990eff13..d7823af21c 100644
--- a/oak-jackrabbit-api/src/main/java/org/apache/jackrabbit/api/security/user/UserManager.java
+++ b/oak-jackrabbit-api/src/main/java/org/apache/jackrabbit/api/security/user/UserManager.java
@@ -102,7 +102,7 @@ public interface UserManager {
      *
      * @param path The path to an authorizable.
      * @return Authorizable or <code>null</code>, if not present.
-     * @throws UnsupportedRepositoryOperationException If this implementation does
+     * @throws UnsupportedRepositoryOperationException If this implementation does not
      * support to retrieve authorizables by path.
      * @throws RepositoryException If another error occurs.
      * @see org.apache.jackrabbit.api.security.user.Authorizable#getPath()