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

kenneth_suter
14.53.2007 3e5a20517f4fc095a4c0f42ba2a31fd48a787fba
added necessary line feed following server stop
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/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) {