Fix comments

This commit is contained in:
Thibault Meyer
2016-11-06 10:03:33 +01:00
parent 2a6d38eef2
commit abb25d397a
2 changed files with 12 additions and 22 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import java.util.concurrent.Future;
* <p>
* The benefit of using PagedList over just using the normal Query with
* {@link Query#setFirstRow(int)} and {@link Query#setMaxRows(int)} is that it additionally wraps
* functionality that can call {@link Query#findFutureRowCount()} to determine total row count,
* functionality that can call {@link Query#findFutureCount()} to determine total row count,
* total page count etc.
* </p>
* <p>