| commit | 35ffb6e4da0c41ad5a8810566c640b866934c3fd | [log] [tgz] |
|---|---|---|
| author | Emmanuel Lecharny <elecharny@apache.org> | Thu Jul 15 12:32:19 2010 +0000 |
| committer | Emmanuel Lecharny <elecharny@apache.org> | Thu Jul 15 12:32:19 2010 +0000 |
| tree | b1d6618b55eacb4b9da4f00c35b84cc410df7899 | |
| parent | b693bd61a81b7e7bb95ef963aed247c2b296d825 [diff] |
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();