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

jvergara
18.27.2010 c8447177b6c9d155ea48009583a20ecce7ffd8c6
opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2010 Sun Microsystems, Inc.
 */
package org.opends.quicksetup.util;
@@ -88,11 +88,11 @@
   */
  static private boolean serverHasBeenStarted = false;
  static private ErrorLogPublisher startupErrorPublisher;
  static private ErrorLogPublisher<?> startupErrorPublisher;
  static private AccessLogPublisher startupAccessPublisher;
  static private AccessLogPublisher<?> startupAccessPublisher;
  static private DebugLogPublisher startupDebugPublisher;
  static private DebugLogPublisher<?> startupDebugPublisher;
  /**
   * Pushes messages published by the server loggers into OperationOutput.
@@ -110,10 +110,6 @@
      // do nothing
    }
    ServerControllerTextWriter(OperationOutput output) {
      setOutput(output);
    }
    public void setOutput(OperationOutput ouput) {
      this.output = ouput;
    }