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

Jean-Noël Rouvignac
03.25.2016 602b1987bab62b39cfce7d68d4f8e3b561fbc8a5
opendj-server-legacy/src/main/java/org/opends/server/admin/ACIPropertyDefinition.java
@@ -110,7 +110,7 @@
    ifNull(value);
    try {
      return Aci.decode(ByteString.valueOfUtf8(value), DN.NULL_DN);
      return Aci.decode(ByteString.valueOfUtf8(value), DN.rootDN());
    } catch (AciException e) {
      // TODO: it would be nice to throw the cause.
      throw PropertyException.illegalPropertyValueException(this, value);