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

Mark Craig
06.57.2013 cc75d8d6a0d594f6283d3baffaae8450ab44d38d
Additional Fix for OPENDJ-1229: Update doc for make-ldif interface changes

Keep checkstyle happy
1 files modified
3 ■■■■ changed files
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/MakeLDIF.java 3 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/MakeLDIF.java
@@ -87,7 +87,8 @@
                    false, true, INFO_SEED_PLACEHOLDER.get(), 0, null, INFO_MAKELDIF_DESCRIPTION_SEED.get());
            argParser.addArgument(randomSeed);
            constants = new StringArgument("constant", 'c', "constant", false, true, true, INFO_CONSTANT_PLACEHOLDER.get(),
            constants = new StringArgument("constant", 'c', "constant", false, true, true,
                    INFO_CONSTANT_PLACEHOLDER.get(),
                    null, null, INFO_MAKELDIF_DESCRIPTION_CONSTANT.get());
            argParser.addArgument(constants);