Verschiedene Kleinigkeiten

git-svn-id: https://svn.libreccm.org/ccm/trunk@1454 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2012-01-16 16:51:57 +00:00
parent 16a5f190cf
commit 05cb39b84e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class Paginator {
} }
private int getCount() { private int getCount() {
return Math.min(pageSize, (objectCount - getBegin())); return Math.min(pageSize, (objectCount - getBegin() + 1));
} }
private int getEnd() { private int getEnd() {