(final int chapterNumber)
| 1606 | } |
| 1607 | |
| 1608 | public final void goToFirstPage(final int chapterNumber) { |
| 1609 | final Chapter c = currentBook.getChapter(chapterNumber); |
| 1610 | goToFirstPage(c); |
| 1611 | } |
| 1612 | |
| 1613 | private void goToFirstPage(final Chapter chapter) { |
| 1614 | loadChapter(chapter); |
no test coverage detected