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

Jean-Noel Rouvignac
22.38.2014 0440760ba5af5211e7da2a120d708f11079973c4
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/MakeLDIF.java
@@ -203,11 +203,10 @@
            }
        }
        if (constants.isPresent()) {
            if (!addConstantsToGenerator(constants, generator, app)) {
                generator.close();
                return null;
            }
        if (constants.isPresent()
                && !addConstantsToGenerator(constants, generator, app)) {
            generator.close();
            return null;
        }
        // Force initialization of generator
@@ -273,7 +272,7 @@
        // nothing to do
    }
    // To allow tests
    /** To allow tests. */
    MakeLDIF(PrintStream out, PrintStream err) {
        super(out, err);
    }