mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
method renaming: bookmarks() -> allBookmarks()
This commit is contained in:
parent
31e5b3a823
commit
dd51c34e4b
4 changed files with 4 additions and 4 deletions
|
@ -88,7 +88,7 @@ public class LibraryShadow extends AbstractLibrary {
|
|||
}
|
||||
|
||||
@Override
|
||||
public List<Bookmark> bookmarks() {
|
||||
public List<Bookmark> allBookmarks() {
|
||||
// TODO: implement
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue