opends/src/server/org/opends/server/admin/PropertyIsMandatoryException.java
@@ -47,7 +47,7 @@ * @param d * The property definition. */ public PropertyIsMandatoryException(PropertyDefinition d) { public PropertyIsMandatoryException(PropertyDefinition<?> d) { super(d); }