| opendj3-server-dev/src/server/org/opends/server/admin/server/ServerManagementContext.java | ●●●●● patch | view | raw | blame | history |
opendj3-server-dev/src/server/org/opends/server/admin/server/ServerManagementContext.java
@@ -224,11 +224,11 @@ throws PropertyException { // First check that the requested type of managed object // corresponds to the path. AbstractManagedObjectDefinition<?, ?> supr = target AbstractManagedObjectDefinition<?, ?> actual = target .getManagedObjectDefinition(); if (!supr.isParentOf(d)) { if (!d.isParentOf(actual)) { throw PropertyException.defaultBehaviorException( nextProperty, new DefinitionDecodingException(supr, nextProperty, new DefinitionDecodingException(actual, Reason.WRONG_TYPE_INFORMATION)); }