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

abobrov
20.58.2007 b4647300f240369dc0184af963b833783c3d62ed
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java
@@ -342,8 +342,10 @@
    for (PropertyDefinition<?> pd : d.getAllPropertyDefinitions()) {
      if (pd instanceof AggregationPropertyDefinition) {
        // Runtime cast is required to workaround a
        // bug in JDK versions prior to 1.5.0_08.
        AggregationPropertyDefinition<?, ?> apd =
          (AggregationPropertyDefinition<?, ?>) pd;
          AggregationPropertyDefinition.class.cast(pd);
        // Skip this aggregation if it doesn't have an enable
        // property.