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

Matthew Swift
12.52.2012 4044c70c926f711d353ccdc4f4e29c41566de40b
opendj3/opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDIFDiff.java
@@ -180,8 +180,7 @@
            }
            // Check that we are not attempting to read both the source and
            // target
            // from stdin.
            // target from stdin.
            if (sourceInputStream == targetInputStream) {
                final LocalizableMessage message = ERR_LDIFDIFF_MULTIPLE_USES_OF_STDIN.get();
                println(message);