mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
26.01.2007 958cc0238cfb7c6c3f0b27dae66f63d4c5cf94a6
opendj-sdk/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;