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

matthew_swift
28.47.2010 cc556edc003e4fb8df13611167fab0d9fd3890f9
opendj-sdk/sdk/src/org/opends/sdk/schema/GeneralizedTimeOrderingMatchingRuleImpl.java
@@ -35,14 +35,14 @@
/**
 * This class defines the generalizedTimeOrderingMatch matching rule
 * defined in X.520 and referenced in RFC 2252.
 * This class defines the generalizedTimeOrderingMatch matching rule defined in
 * X.520 and referenced in RFC 2252.
 */
final class GeneralizedTimeOrderingMatchingRuleImpl extends
    AbstractOrderingMatchingRuleImpl
{
  public ByteString normalizeAttributeValue(Schema schema,
      ByteSequence value) throws DecodeException
  public ByteString normalizeAttributeValue(final Schema schema,
      final ByteSequence value) throws DecodeException
  {
    return ByteString.valueOf(GeneralizedTimeSyntaxImpl
        .decodeGeneralizedTimeValue(value));