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(); }