1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

getBookFileName() method

This commit is contained in:
Nikolay Pultsin 2012-01-24 23:16:29 +00:00
parent 2ac1862940
commit 132af46089
2 changed files with 2 additions and 2 deletions

View file

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