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

neil_a_wilson
05.46.2007 0cface06cb625924a2ef8ce3efde5d78810a3c24
opendj-sdk/opends/src/server/org/opends/server/tools/StartWindowsService.java
@@ -34,6 +34,7 @@
import static org.opends.server.messages.MessageHandler.getMessage;
import static org.opends.server.messages.ToolMessages.*;
import static org.opends.server.util.StaticUtils.*;
/**
  * This class is used to start the Windows service associated with this
@@ -65,7 +66,7 @@
  {
    int result = startWindowsService(System.out, System.err);
    System.exit(result);
    System.exit(filterExitCode(result));
  }
  /**