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

matthew_swift
04.26.2007 c6f391dd4d48922b9cf1c5fac08aecc67008f869
opends/src/server/org/opends/server/admin/IntegerPropertyDefinition.java
@@ -45,12 +45,7 @@
 * represented using a negative value or using the string "unlimited".
 */
public final class IntegerPropertyDefinition extends
    AbstractPropertyDefinition<Integer> {
  /**
   * Serialization ID.
   */
  private static final long serialVersionUID = 2819904868308720588L;
    PropertyDefinition<Integer> {
  // String used to represent unlimited.
  private static final String UNLIMITED = "unlimited";
@@ -357,6 +352,16 @@
   * {@inheritDoc}
   */
  @Override
  public <R, P> R accept(PropertyValueVisitor<R, P> v, Integer value, P p) {
    return v.visitInteger(this, value, p);
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public void toString(StringBuilder builder) {
    super.toString(builder);