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

matthew_swift
30.49.2007 8af4770c261b54c3f12bb4e8fe14b6f6b567514b
opends/src/server/org/opends/server/tools/dsconfig/CreateSubCommandHandler.java
@@ -411,10 +411,6 @@
    // Create the naming arguments.
    this.namingArgs = createNamingArgs(subCommand, c, true);
    // Register common arguments.
    registerAdvancedModeArgument(this.subCommand,
        INFO_DSCFG_DESCRIPTION_ADVANCED_SET.get());
    // Create the --property argument which is used to specify
    // property values.
    this.propertySetArgument = new StringArgument(OPTION_DSCFG_LONG_SET,
@@ -657,7 +653,7 @@
            continue;
          }
          if (!isAdvancedMode() && pd.hasOption(PropertyOption.ADVANCED)) {
          if (!app.isAdvancedMode() && pd.hasOption(PropertyOption.ADVANCED)) {
            continue;
          }