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

matthew_swift
28.47.2010 cc556edc003e4fb8df13611167fab0d9fd3890f9
opendj-sdk/sdk/src/org/opends/sdk/schema/UniqueMemberEqualityMatchingRuleImpl.java
@@ -34,16 +34,16 @@
/**
 * This class implements the uniqueMemberMatch matching rule defined in
 * X.520 and referenced in RFC 2252. It is based on the name and
 * optional UID syntax, and will compare values with a distinguished
 * name and optional bit string suffix.
 * This class implements the uniqueMemberMatch matching rule defined in X.520
 * and referenced in RFC 2252. It is based on the name and optional UID syntax,
 * and will compare values with a distinguished name and optional bit string
 * suffix.
 */
final class UniqueMemberEqualityMatchingRuleImpl extends
    AbstractMatchingRuleImpl
{
  public ByteString normalizeAttributeValue(Schema schema,
      ByteSequence value)
  public ByteString normalizeAttributeValue(final Schema schema,
      final ByteSequence value)
  {
    return value.toByteString();
  }