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

jvergara
20.45.2007 08e581ddcf14a260c155e3a5cc0f8b76037008fa
Adapt the Installer class with the changes in the interface of import-ldif.
1 files modified
2 ■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1037,7 +1037,7 @@
    argList.add("-F");
    argList.add("-q");
    argList.add("-Q");
    String[] args = new String[argList.size()];
    argList.toArray(args);