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

kenneth_suter
02.38.2007 8a4435e154a3307e0602fe359f8f1210c183af73
opendj-sdk/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();
  }