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

jcduff
23.04.2008 b4f8838b15342670c31753a484abf0129e3c9653
opendj-sdk/opends/src/server/org/opends/server/schema/UUIDSyntax.java
@@ -282,5 +282,15 @@
    // If we've gotten here, then the value is acceptable.
    return true;
  }
  /**
   * {@inheritDoc}
   */
  public boolean isBinary()
  {
    return false;
  }
}