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

neil_a_wilson
07.36.2007 5f8b6b9c154ee7af10e5b3db6228fc3bfe905949
opends/src/quicksetup/org/opends/quicksetup/upgrader/BuildExtractor.java
@@ -72,9 +72,7 @@
              ResourceProvider.getInstance().getMsg("error-initializing-log"));
      t.printStackTrace();
    }
    Launcher launcher = new BuildExtractor(args);
    int returnCode = launcher.launch();
    System.exit(returnCode);
    new BuildExtractor(args).launch();
  }
  private BuildExtractorCliHelper helper = new BuildExtractorCliHelper();