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

matthew_swift
28.47.2010 f2160f4bd1c8ac67e5a86a6710d431e8932877f9
sdk/src/org/opends/sdk/schema/OctetStringEqualityMatchingRuleImpl.java
@@ -34,15 +34,15 @@
/**
 * This class defines the octetStringMatch matching rule defined in
 * X.520. It will be used as the default equality matching rule for the
 * binary and octet string syntaxes.
 * This class defines the octetStringMatch matching rule defined in X.520. It
 * will be used as the default equality matching rule for the binary and octet
 * string syntaxes.
 */
final class OctetStringEqualityMatchingRuleImpl extends
    AbstractMatchingRuleImpl
{
  public ByteString normalizeAttributeValue(Schema schema,
      ByteSequence value)
  public ByteString normalizeAttributeValue(final Schema schema,
      final ByteSequence value)
  {
    return value.toByteString();
  }