Merge pull request #853 from 0xbaadf00d/fix/javadoc-error

Javadoc error
This commit is contained in:
Rob Bygrave
2016-11-06 22:40:52 +13:00
committed by GitHub
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>