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

Jean-Noel Rouvignac
20.46.2014 66be6c035cb58baccacb6831f7403d5c2247f4b2
opendj-config/src/main/java/org/forgerock/opendj/config/PropertyProvider.java
@@ -39,7 +39,7 @@
     * A property provider which always returns empty property values,
     * indicating default behavior.
     */
    public static final PropertyProvider DEFAULT_PROVIDER = new PropertyProvider() {
    PropertyProvider DEFAULT_PROVIDER = new PropertyProvider() {
        /** {@inheritDoc} */
        public <T> Collection<T> getPropertyValues(PropertyDefinition<T> d) {