Mob review

This commit is contained in:
René Pfeuffer
2018-06-14 08:05:29 +02:00
parent b9f1a200fa
commit 838777b403
10 changed files with 37 additions and 37 deletions

View File

@@ -25,7 +25,7 @@ public class PageResult<T extends ModelObject> {
}
/**
* If this is <code>true</code>, there are more pages (that is, mor entities).
* If this is <code>true</code>, there are more pages (that is, more entities).
*/
public boolean hasMore() {
return hasMore;