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

Jean-Noël Rouvignac
22.56.2016 83f86f11c27378d650c3bfc7e55397687062edbc
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyEditorModification.java
@@ -43,8 +43,8 @@
        REMOVE
    }
    private PropertyDefinition<T> propertyDefinition;
    private Type type;
    private final PropertyDefinition<T> propertyDefinition;
    private final Type type;
    private final SortedSet<T> values;
    private final SortedSet<T> originalValues;