opends/src/server/org/opends/server/authorization/dseecompat/AciBody.java
@@ -47,7 +47,7 @@ private static final int VERSION = 1; /* * Regular expression group position for the namr string. * Regular expression group position for the name string. */ private static final int NAME = 2; @@ -310,4 +310,12 @@ } return res; } /** * Returns the name string. * @return The name string. */ public String getName() { return this.name; } }