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/Assertion.java | 14 +++++---------
1 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/sdk/src/org/opends/sdk/Assertion.java b/sdk/src/org/opends/sdk/Assertion.java
index 2d2a53c..2037281 100644
--- a/sdk/src/org/opends/sdk/Assertion.java
+++ b/sdk/src/org/opends/sdk/Assertion.java
@@ -29,24 +29,20 @@
-
-
-
/**
* A compiled attribute value assertion.
*/
public interface Assertion
{
/**
- * Indicates whether the provided attribute value should be considered
- * a match for this assertion value according to the matching rule.
+ * Indicates whether the provided attribute value should be considered a match
+ * for this assertion value according to the matching rule.
*
* @param attributeValue
* The attribute value.
- * @return {@code TRUE} if the attribute value should be considered a
- * match for the provided assertion value, {@code FALSE} if it
- * does not match, or {@code UNDEFINED} if the result is
- * undefined.
+ * @return {@code TRUE} if the attribute value should be considered a match
+ * for the provided assertion value, {@code FALSE} if it does not
+ * match, or {@code UNDEFINED} if the result is undefined.
*/
public abstract ConditionResult matches(ByteSequence attributeValue);
}
--
Gitblit v1.10.0