You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/01/10 12:33:12 UTC

[isis] branch master updated: ISIS-2941: dummy edit (minor java-doc)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6780a7c  ISIS-2941: dummy edit (minor java-doc)
6780a7c is described below

commit 6780a7c9fbee7a27cfe4e7f44b9b334e2bb93cb0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jan 10 13:31:56 2022 +0100

    ISIS-2941: dummy edit (minor java-doc)
---
 .../secman/applib/permission/dom/ApplicationPermissionRepository.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/security/secman/applib/src/main/java/org/apache/isis/extensions/secman/applib/permission/dom/ApplicationPermissionRepository.java b/extensions/security/secman/applib/src/main/java/org/apache/isis/extensions/secman/applib/permission/dom/ApplicationPermissionRepository.java
index 5ef5383..48024d5 100644
--- a/extensions/security/secman/applib/src/main/java/org/apache/isis/extensions/secman/applib/permission/dom/ApplicationPermissionRepository.java
+++ b/extensions/security/secman/applib/src/main/java/org/apache/isis/extensions/secman/applib/permission/dom/ApplicationPermissionRepository.java
@@ -98,7 +98,7 @@ public interface ApplicationPermissionRepository {
      * Uses the {@link UserMemento#getRoles() roles} held within the provided {@link UserMemento}.
      *
      * <p>
-     * Added to support {@link org.apache.isis.applib.services.user.ImpersonateMenu#impersonateWithRoles(String, List, String) impersonation by role}.
+     * Added to support {@link org.apache.isis.applib.services.user.ImpersonateMenu.impersonateWithRoles#act(String, List, String) impersonation by role}.
      * </p>
      *
      * @see #findByRoleNames(List)
@@ -109,7 +109,7 @@ public interface ApplicationPermissionRepository {
      * Returns the set of permissions associated with the provided list of roles (identified by
      * their role name).
      *
-     * @see #findByUserMemento(UserMemento).
+     * @see #findByUserMemento(UserMemento)
      */
     List<ApplicationPermission> findByRoleNames(List<String> roleNames);