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

Gaetan Boismal
17.29.2015 4e4b322332130bf466e3bdbd9cd7c4ca832d1049
opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java
@@ -345,7 +345,7 @@
     {
       err.println(argParser.getUsage());
     }
     err.println(e.getErrorMessage());
     printWrappedText(err, e.getErrorMessage());
     return e.getErrorCode();
    }
    finally
@@ -1114,7 +1114,7 @@
    try
    {
      configHandler.writeUpdatedConfig();
      out.println(wrapText(INFO_CONFIGDS_WROTE_UPDATED_CONFIG.get(), MAX_LINE_WIDTH));
      printWrappedText(out, INFO_CONFIGDS_WROTE_UPDATED_CONFIG.get());
    }
    catch (final DirectoryException de)
    {