From cc556edc003e4fb8df13611167fab0d9fd3890f9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 28 May 2010 11:47:51 +0000
Subject: [PATCH] Synchronize SDK on java.net with internal repository.
---
opendj-sdk/sdk/src/org/opends/sdk/schema/GeneralizedTimeOrderingMatchingRuleImpl.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/schema/GeneralizedTimeOrderingMatchingRuleImpl.java b/opendj-sdk/sdk/src/org/opends/sdk/schema/GeneralizedTimeOrderingMatchingRuleImpl.java
index b7e6c42..7b92d0b 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/schema/GeneralizedTimeOrderingMatchingRuleImpl.java
+++ b/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));
--
Gitblit v1.10.0