Commit 3ad44d7
Alexandre Dutra
Fix wrong assertion in javadocs of PagingIterable#isFullyFetched()
The assertion:
"!isFullyFetched() never guarantees that the result set is not
exhausted"
...is actually wrong: !isFullyFetched() ALWAYS guarantees that the
result set is not exhausted.
This commit removes the double negation in the sentence above and
rewrites it in a more straight-forward way.1 parent cef38fd commit 3ad44d7
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments