Author: mrisaliti
Date: Tue May 24 20:57:33 2011
New Revision: 1127281
URL:
http://svn.apache.org/viewvc?rev=1127281&view=revLog:
Removed some javadoc warning (wrong param/return) into security component no functional changes
Modified:
ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/AbstractAuthorization.java
Modified: ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/AbstractAuthorization.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/AbstractAuthorization.java?rev=1127281&r1=1127280&r2=1127281&view=diff==============================================================================
--- ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/AbstractAuthorization.java (original)
+++ ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/AbstractAuthorization.java Tue May 24 20:57:33 2011
@@ -83,7 +83,7 @@ public abstract class AbstractAuthorizat
*
* @param userId the user's userId
* @param permissionRegexp permission string containing regexp in the base position
- * @param expanded true if the permission string is already expanded, false if it will contain ${} context values
+ * @param context the context
* @return a map of allowed or disallowed permissions
*/
public Map<String, Boolean> findMatchingPermission(String userId, String permissionRegexp, Map<String, ? extends Object> context) {