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

jcambon
05.40.2008 1c35783cec1e6444626b78b7978151ff5723e6ab
opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java
@@ -701,10 +701,8 @@
      Message msg = ERR_DSCFG_ERROR_MODIFY_CME.get(ufn);
      throw new ClientException(LDAPResultCode.CONSTRAINT_VIOLATION, msg);
    } catch (ManagedObjectNotFoundException e) {
      Message msg = ERR_DSCFG_ERROR_FINDER_NO_CHILDREN.get(ufn);
      app.println();
      app.printVerboseMessage(msg);
      return MenuResult.cancel();
      throw ArgumentExceptionFactory.unknownValueForChildComponent(
        "\"" + names.get(0) + "\"");
    }
    if (result.isQuit()) {