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

jvergara
16.21.2007 76698e55639eeb12ae818167870384db7021831c
Fix a typo in a comment.
1 files modified
6 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java
@@ -1094,9 +1094,9 @@
    }
    // Make sure that if the "backendID" argument was provided, no include base
    // was included, and the "append" ption was not provided, the "clearBackend"
    // argument was also provided if there are more then one baseDNs for the
    // backend being imported.
    // was included, and the "append" option was not provided, the
    // "clearBackend" argument was also provided if there are more then one
    // baseDNs for the backend being imported.
    if(backendID.isPresent() && !includeBranchStrings.isPresent() &&
        !append.isPresent() && defaultIncludeBranches.size() > 1 &&
        !clearBackend.isPresent())