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

Nemanja Lukic
12.08.2012 52e80b136e8ba1c4ea240f40450622eee014b1df
Fix for the OPENDJ-489 fix.

1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java
@@ -310,7 +310,7 @@
          mo.commit();
          // Output success message.
          if (app.isVerbose())
          if (app.isVerbose() || app.isInteractive())
          {
            app.println();
            Message msg = INFO_DSCFG_CONFIRM_MODIFY_SUCCESS.get(ufn);