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

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new cec382dda5 Improved: no functional change, fixes a Javadoc issue
cec382dda5 is described below

commit cec382dda5053c97bd430eb776d920025fb281e7
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Apr 22 12:31:53 2022 +0200

    Improved: no functional change, fixes a Javadoc issue
    
    SecurityUtil.java:91: error: unknown tag: String
         * @return List<String>
---
 .../security/src/main/java/org/apache/ofbiz/security/SecurityUtil.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/framework/security/src/main/java/org/apache/ofbiz/security/SecurityUtil.java 
b/framework/security/src/main/java/org/apache/ofbiz/security/SecurityUtil.java
index 8bd470e987..446a1a475c 100644
--- 
a/framework/security/src/main/java/org/apache/ofbiz/security/SecurityUtil.java
+++ 
b/framework/security/src/main/java/org/apache/ofbiz/security/SecurityUtil.java
@@ -88,7 +88,7 @@ public final class SecurityUtil {
      * @param delegator
      * @param userLoginId
      * @param toUserLoginId
-     * @return List<String>
+     * @return List
      */
     public static List<String> hasUserLoginMorePermissionThan(Delegator 
delegator, String userLoginId, String toUserLoginId) {
         ArrayList<String> returnList = new ArrayList<>();

Reply via email to