Verschiedene Kleinigkeiten
git-svn-id: https://svn.libreccm.org/ccm/trunk@1454 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
16a5f190cf
commit
05cb39b84e
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue