opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/AciBody.java
@@ -178,8 +178,7 @@ throws AciException { String version=null, name=null; int startPos=0; List<PermBindRulePair> permBindRulePairs= new ArrayList<PermBindRulePair>(); List<PermBindRulePair> permBindRulePairs = new ArrayList<>(); Pattern bodyPattern = Pattern.compile(header); Matcher bodyMatcher = bodyPattern.matcher(input); if(bodyMatcher.find()) {