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

Gaetan Boismal
25.48.2016 cc95119cae4bc3417bcaac50af3bdd54ef3c1ad1
opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java
@@ -23,6 +23,7 @@
import static com.forgerock.opendj.cli.ArgumentConstants.*;
import static com.forgerock.opendj.cli.Utils.*;
import static com.forgerock.opendj.cli.CliMessages.ERR_TOOL_CONFLICTING_ARGS;
import java.io.File;
import java.io.OutputStream;
@@ -225,7 +226,7 @@
      if (templateFile.isPresent())
      {
        printWrappedText(err,
            ERR_LDIFIMPORT_CONFLICTING_OPTIONS.get(ldifFiles.getLongIdentifier(), templateFile.getLongIdentifier()));
            ERR_TOOL_CONFLICTING_ARGS.get(ldifFiles.getLongIdentifier(), templateFile.getLongIdentifier()));
        return 1;
      }
    }