opends/src/server/org/opends/server/admin/IllegalPropertyValueStringException.java
@@ -53,7 +53,7 @@ * @param value * The illegal property value string. */ public IllegalPropertyValueStringException(PropertyDefinition d, public IllegalPropertyValueStringException(PropertyDefinition<?> d, String value) { super(d); this.value = value;