1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

Book.getContentHash() implementation

This commit is contained in:
Nikolay Pultsin 2011-12-30 12:21:34 +00:00
parent a63666d224
commit 8ea49e9f6a
2 changed files with 40 additions and 2 deletions

View file

@ -186,8 +186,7 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
}
public String getBookHash() {
// TODO: implement
return null;
return myReader.Model.Book.getContentHashCode();
}
// page information