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

matthew_swift
29.34.2007 fd1be0509bcd40b86318d0b3e52a068a93610c2b
Fix typo in property editor invocation which caused the wrong finish menu option to be displayed.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java
@@ -529,7 +529,7 @@
      }
      PropertyValueEditor editor = new PropertyValueEditor(app);
      MenuResult<Void> result2 = editor.edit(child, properties, true);
      MenuResult<Void> result2 = editor.edit(child, properties, false);
      if (result2.isQuit()) {
        if (!app.isMenuDrivenMode()) {
          // User chose to cancel any changes.