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

jcambon
04.20.2009 df486b8ca8d049fccc5c99427e6eff77cece5384
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CreateSubCommandHandler.java
@@ -736,7 +736,7 @@
          properties.add(pd);
        }
        MenuResult<Void> result = editor.edit(mo, properties, false);
        MenuResult<Void> result = editor.edit(mo, properties, true);
        // Interactively enable/edit referenced components.
        if (result.isSuccess()) {