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

matthew_swift
14.58.2007 b07d3e1b5782e1144d7506ec6a86fdbc98af9169
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CreateSubCommandHandler.java
@@ -660,7 +660,7 @@
          properties.add(pd);
        }
        PropertyValueEditor editor = new PropertyValueEditor(app);
        PropertyValueEditor editor = new PropertyValueEditor(app, context);
        MenuResult<Void> result2 = editor.edit(child, properties, true);
        if (result2.isQuit()) {
          if (!app.isMenuDrivenMode()) {