From 13243b7d59ccb89dbd12fdf50b6eb56e16b07f26 Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Wed, 17 Jan 2007 04:28:07 +0000
Subject: [PATCH] Fixes for several small SearchFilter and Attribute matching issues (730, 695, 688, 689, 693).  This also includes tests for the SearchFilter class.  I've also elimiated a race condition from the operation test cases.

---
 opends/src/server/org/opends/server/util/Validator.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/Validator.java b/opends/src/server/org/opends/server/util/Validator.java
index c357927..152adc1 100644
--- a/opends/src/server/org/opends/server/util/Validator.java
+++ b/opends/src/server/org/opends/server/util/Validator.java
@@ -65,7 +65,7 @@
  * happens before the method is invoked cannot be eliminated, e.g.
  * <code>Validator.ensureTrue(someExpensiveCheck())</code> will always invoke
  * <code>someExpensiveCheck()</code>.  When this code is on the critical path,
- * and we do not expect the validation to failure, you can guard the call with
+ * and we do not expect the validation to fail, you can guard the call with
  * an <code>assert</code> because each method returns true, and this code will
  * only be executed when asserts are enabled.
  * <p>

--
Gitblit v1.10.0