(final int chapterNumber)
| 1617 | } |
| 1618 | |
| 1619 | public final void goToLastPage(final int chapterNumber) { |
| 1620 | final Chapter c = currentBook.getChapter(chapterNumber); |
| 1621 | goToLastPage(c); |
| 1622 | } |
| 1623 | |
| 1624 | private void goToLastPage(final Chapter chapter) { |
| 1625 | loadChapter(chapter); |
no test coverage detected