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

abobrov
20.58.2007 45d74a617ec7e631da286648024bc84fad984479
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.