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

Nicolas Capponi
03.19.2016 c44dcc5f4fad9d0895d7cdc2d8b732c46d35fd23
OPENDJ-3417 Fix compilation error for VersionHandler in DirectoryServer class
1 files modified
3 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/core/DirectoryServer.java 3 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/core/DirectoryServer.java
@@ -166,7 +166,6 @@
import com.forgerock.opendj.cli.BooleanArgument;
import com.forgerock.opendj.cli.IntegerArgument;
import com.forgerock.opendj.cli.StringArgument;
import com.forgerock.opendj.cli.VersionHandler;
import com.forgerock.opendj.util.OperatingSystem;
/**
@@ -639,7 +638,7 @@
  private CronExecutorService cronExecutorService;
  /** Class that prints the version of OpenDJ server to System.out. */
  public static final class DirectoryServerVersionHandler implements VersionHandler
  public static final class DirectoryServerVersionHandler implements com.forgerock.opendj.cli.VersionHandler
  {
    @Override
    public void printVersion()