o Minor refactoring and Javadoc update

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/trunk@964401 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/cursor/src/main/java/org/apache/directory/shared/ldap/cursor/Cursor.java b/cursor/src/main/java/org/apache/directory/shared/ldap/cursor/Cursor.java
index 1d3524e..7c72aa9 100644
--- a/cursor/src/main/java/org/apache/directory/shared/ldap/cursor/Cursor.java
+++ b/cursor/src/main/java/org/apache/directory/shared/ldap/cursor/Cursor.java
@@ -42,7 +42,7 @@
     /**
      * Determines whether or not a call to get() will succeed.
      *
-     * @return true if the cursor is valid get() will succeed, false otherwise
+     * @return true if a call to the get() method will succeed, false otherwise
      */
     boolean available();