diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2006-12-27 03:40:06 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2006-12-27 03:40:06 +0000 |
commit | 4feba9692e06257ad763e3a760661aca1dab7f7d (patch) | |
tree | 2a12638cc7d5894105693778cb512db72eb3aa5d /src/main/java/com/amazon | |
parent | 94edbae8a29afd61bfd7671851bce3d5b4f1075d (diff) |
Cursor comment clarification.
Diffstat (limited to 'src/main/java/com/amazon')
-rw-r--r-- | src/main/java/com/amazon/carbonado/Cursor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/amazon/carbonado/Cursor.java b/src/main/java/com/amazon/carbonado/Cursor.java index 13c9784..81eb0b5 100644 --- a/src/main/java/com/amazon/carbonado/Cursor.java +++ b/src/main/java/com/amazon/carbonado/Cursor.java @@ -75,7 +75,7 @@ public interface Cursor<S> { /**
* Skips forward by the specified amount of elements, returning the actual
- * amount skipped. The actual amount may be less than the requested amount
+ * amount skipped. The actual amount is less than the requested amount only
* if the end of the results was reached.
*
* @param amount maximum amount of elements to skip
|