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

Jean-Noel Rouvignac
15.17.2014 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d
opendj-config/src/main/java/org/forgerock/opendj/config/PropertyProvider.java
@@ -41,9 +41,7 @@
     */
    public static final PropertyProvider DEFAULT_PROVIDER = new PropertyProvider() {
        /**
         * {@inheritDoc}
         */
        /** {@inheritDoc} */
        public <T> Collection<T> getPropertyValues(PropertyDefinition<T> d) {
            return Collections.<T> emptySet();
        }