Skip to content

Commit

Permalink
REMOVE ME: test sonarcloud analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosdo committed Oct 11, 2023
1 parent ec44865 commit 2c56eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/code/src/com/redhat/rhn/common/security/acl/Acl.java
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ private boolean evalAclStatement(String statement, Map<String, Object> context)

InstanceMethodPair pair = handlers.get(func);

/*
if (pair == null) {
Object[] args = new Object[3];
args[0] = func;
Expand All @@ -447,6 +448,7 @@ private boolean evalAclStatement(String statement, Map<String, Object> context)
LocalizationService.getInstance().getMessage(
"bad-handler", args));
}
*/

Method handler = pair.getMethod();

Expand Down

0 comments on commit 2c56eaf

Please sign in to comment.