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

Matthew Swift
12.52.2012 7d9d590cc2fbbca6523ece5e968346e95d038724
Fix comment wrapping.
1 files modified
3 ■■■■ changed files
opendj-sdk/opendj3/opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDIFDiff.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/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);