mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
02.02.2007 2d0aba220afc66dcb50fcd2639df306a25f639ea
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;
    }
}