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

kenneth_suter
02.38.2007 0d1131524cfbba81cafaab90ffcda86af50c1682
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();
  }