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

ludovicp
31.11.2010 4d20272586714e79a1b8d5f4a48f75891946a148
opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java
@@ -765,6 +765,13 @@
    // Reset properties.
    for (String m : propertyResetArgument.getValues()) {
      // Check one does not try to reset with a value
      if (m.contains(":")) {
          throw ArgumentExceptionFactory.unableToResetPropertyWithValue(m,
              OPTION_DSCFG_LONG_RESET);
      }
      // Check the property definition.
      PropertyDefinition<?> pd;
      try {