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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/schema/FacsimileNumberSyntaxImpl.java
@@ -36,8 +36,8 @@
import java.util.HashSet;
import org.opends.sdk.ByteSequence;
import org.opends.sdk.LocalizableMessageBuilder;
import com.sun.opends.sdk.util.MessageBuilder;
@@ -131,7 +131,7 @@
   *         use with this syntax, or <CODE>false</CODE> if not.
   */
  public boolean valueIsAcceptable(Schema schema, ByteSequence value,
      MessageBuilder invalidReason)
      LocalizableMessageBuilder invalidReason)
  {
    // Get a lowercase string representation of the value and find its
    // length.