From f2160f4bd1c8ac67e5a86a6710d431e8932877f9 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.
---
sdk/src/org/opends/sdk/schema/TelephoneNumberEqualityMatchingRuleImpl.java | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/sdk/src/org/opends/sdk/schema/TelephoneNumberEqualityMatchingRuleImpl.java b/sdk/src/org/opends/sdk/schema/TelephoneNumberEqualityMatchingRuleImpl.java
index 7f356b4..4365add 100644
--- a/sdk/src/org/opends/sdk/schema/TelephoneNumberEqualityMatchingRuleImpl.java
+++ b/sdk/src/org/opends/sdk/schema/TelephoneNumberEqualityMatchingRuleImpl.java
@@ -36,17 +36,16 @@
/**
- * This class implements the telephoneNumberMatch matching rule defined
- * in X.520 and referenced in RFC 2252. Note that although the
- * specification calls for a very rigorous format, this is widely
- * ignored so this matching will compare only numeric digits and strip
- * out everything else.
+ * This class implements the telephoneNumberMatch matching rule defined in X.520
+ * and referenced in RFC 2252. Note that although the specification calls for a
+ * very rigorous format, this is widely ignored so this matching will compare
+ * only numeric digits and strip out everything else.
*/
final class TelephoneNumberEqualityMatchingRuleImpl extends
AbstractMatchingRuleImpl
{
- public ByteString normalizeAttributeValue(Schema schema,
- ByteSequence value)
+ public ByteString normalizeAttributeValue(final Schema schema,
+ final ByteSequence value)
{
final String valueString = value.toString();
final int valueLength = valueString.length();
--
Gitblit v1.10.0