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

Gaetan Boismal
27.01.2015 250491303363e9fb2ae66b5527efc8774e595d01
Add missing return statement
1 files modified
2 ■■■ changed files
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPCompare.java 2 ●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPCompare.java
@@ -317,7 +317,7 @@
                    final LocalizableMessage message =
                            ERR_TOOL_INVALID_CONTROL_STRING.get(ctrlString);
                    errPrintln(message);
                    ResultCode.CLIENT_SIDE_PARAM_ERROR.intValue();
                    return ResultCode.CLIENT_SIDE_PARAM_ERROR.intValue();
                }
            }
        }