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

kenneth_suter
19.03.2007 64211fec78618eca2c8303abe50c85299ecc9b9e
opends/src/server/org/opends/server/util/args/LDAPConnectionArgumentParser.java
@@ -124,10 +124,8 @@
   * @return true if the user wants to perform a remote operation;
   *         false otherwise
   */
  public boolean isLdapOperation() {
    return args.hostNameArg.isPresent() ||
            args.portArg.isPresent() ||
            args.bindDnArg.isPresent();
  public boolean argumentsPresent() {
    return args != null && args.argumentsPresent();
  }
  /**