1
0
Fork 0
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:
Nikolay Pultsin 2012-03-19 11:00:08 +00:00
parent 31e5b3a823
commit dd51c34e4b
4 changed files with 4 additions and 4 deletions

View file

@ -88,7 +88,7 @@ public class LibraryShadow extends AbstractLibrary {
}
@Override
public List<Bookmark> bookmarks() {
public List<Bookmark> allBookmarks() {
// TODO: implement
return Collections.emptyList();
}