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

kenneth_suter
14.53.2007 c8efc3cead22b017db6bf39115caeedce5d63a38
added necessary line feed following server stop
1 files modified
1 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 1 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -490,6 +490,7 @@
      ServerController control = new ServerController(this);
      if (getInstallation().getStatus().isServerRunning()) {
        control.stopServer();
        notifyListeners(formatter.getLineBreak());
      }
      new InProcessServerController(getInstallation()).startServer(true);
    } catch (IOException e) {