opends/src/server/org/opends/server/admin/client/ldap/LDAPManagedObject.java
@@ -675,6 +675,17 @@ /** * {@inheritDoc} */ public boolean isPropertyPresent(PropertyDefinition<?> pd) throws IllegalArgumentException { Property<?> p = properties.getProperty(pd); return !p.isEmpty(); } /** * {@inheritDoc} */ public <C extends ConfigurationClient, S extends Configuration> boolean hasChild(OptionalRelationDefinition<C, S> r) throws IllegalArgumentException, ConcurrentModificationException,