From 909d81699029e3d0a99e200d09147f62c2a56ccc Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 27 May 2011 14:44:13 +0000
Subject: [PATCH] Minor fixes to Javadoc.

---
 opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Matcher.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Matcher.java b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Matcher.java
index c6b25f7..6cec11f 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Matcher.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Matcher.java
@@ -831,13 +831,13 @@
 
 
   /**
-   * Indicates whether this filter {@code Matcher} matches the provided {@code
-   * Entry}.
+   * Indicates whether this filter {@code Matcher} matches the provided
+   * {@code Entry}.
    *
    * @param entry
    *          The entry to be matched.
-   * @return {@code true} if this filter {@code Matcher} matches the provided
-   *         {@code Entry}.
+   * @return The result of matching the provided {@code Entry} against this
+   *         filter {@code Matcher}.
    */
   public ConditionResult matches(final Entry entry)
   {

--
Gitblit v1.10.0