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

Violette Roche-Montane
06.27.2014 06313bfc560155d6dd4cd0a45add96b3a9888ea3
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPCompare.java
@@ -147,11 +147,11 @@
        try {
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            propertiesFileArgument = CommonArguments.getPropertiesFileArgument();
            propertiesFileArgument = CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);
@@ -184,7 +184,7 @@
            controlStr.setPropertyName("control");
            argParser.addArgument(controlStr);
            version = CommonArguments.getVersionArgument();
            version = CommonArguments.getVersion();
            argParser.addArgument(version);
            encodingStr =
@@ -194,7 +194,7 @@
            encodingStr.setPropertyName("encoding");
            argParser.addArgument(encodingStr);
            continueOnError = CommonArguments.getContinueOnErrorArgument();
            continueOnError = CommonArguments.getContinueOnError();
            argParser.addArgument(continueOnError);
            noop =