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

neil_a_wilson
25.06.2007 097a791a23f8c8639e0a5a7801c8c7734d8d2aa7
opendj-sdk/opends/src/server/org/opends/server/schema/KeywordEqualityMatchingRule.java
@@ -28,6 +28,10 @@
import org.opends.server.admin.std.server.EqualityMatchingRuleCfg;
import org.opends.server.config.ConfigException;
import org.opends.server.types.InitializationException;
import static org.opends.server.schema.SchemaConstants.*;
import static org.opends.server.util.StaticUtils.*;
@@ -41,16 +45,23 @@
public class KeywordEqualityMatchingRule
       extends WordEqualityMatchingRule
{
  /**
   * Creates a new instance of this wordMatch matching rule.
   */
  public KeywordEqualityMatchingRule()
  {
    super();
  }
  /**
   * {@inheritDoc}
   */
  public void initializeMatchingRule(EqualityMatchingRuleCfg configuration)
         throws ConfigException, InitializationException
  {
    // No initialization is required.
  }