opends/src/server/org/opends/server/util/args/LDAPConnectionArgumentParser.java
@@ -134,7 +134,7 @@ * @return true if the user wants to perform a remote operation; * false otherwise */ public boolean argumentsPresent() { public boolean connectionArgumentsPresent() { return args != null && args.argumentsPresent(); }