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

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/schema/ProtocolInformationSyntax.java
@@ -99,7 +99,6 @@
  public void initializeSyntax(ConfigEntry configEntry)
         throws ConfigException
  {
    defaultApproximateMatchingRule =
         DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
    if (defaultApproximateMatchingRule == null)
@@ -146,7 +145,6 @@
   */
  public String getSyntaxName()
  {
    return SYNTAX_PROTOCOL_INFORMATION_NAME;
  }
@@ -159,7 +157,6 @@
   */
  public String getOID()
  {
    return SYNTAX_PROTOCOL_INFORMATION_OID;
  }
@@ -172,7 +169,6 @@
   */
  public String getDescription()
  {
    return SYNTAX_PROTOCOL_INFORMATION_DESCRIPTION;
  }
@@ -188,7 +184,6 @@
   */
  public EqualityMatchingRule getEqualityMatchingRule()
  {
    return defaultEqualityMatchingRule;
  }
@@ -204,7 +199,6 @@
   */
  public OrderingMatchingRule getOrderingMatchingRule()
  {
    return defaultOrderingMatchingRule;
  }
@@ -220,7 +214,6 @@
   */
  public SubstringMatchingRule getSubstringMatchingRule()
  {
    return defaultSubstringMatchingRule;
  }
@@ -236,7 +229,6 @@
   */
  public ApproximateMatchingRule getApproximateMatchingRule()
  {
    return defaultApproximateMatchingRule;
  }
@@ -257,7 +249,6 @@
  public boolean valueIsAcceptable(ByteString value,
                                   StringBuilder invalidReason)
  {
    // We will accept any value for this syntax.
    return true;
  }