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

jvergara
17.53.2007 8feee36de8e6042f928439b06a03d50018423afe
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java
@@ -113,8 +113,7 @@
    LDIFReader reader = null;
    try
    {
      Installation installation =
              new Installation(Utils.getInstallPathFromClasspath());
      Installation installation = Installation.getLocal();
      LDIFImportConfig c = new LDIFImportConfig(
          Utils.getPath(installation.getCurrentConfigurationFile()));
      reader = new LDIFReader(c);