1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

fixed BookCollection.getBookByFile() method for fb2.zip files

This commit is contained in:
Nikolay Pultsin 2013-01-25 20:21:38 +04:00
parent 8fb04e6404
commit 9dc1bc52ca
4 changed files with 15 additions and 7 deletions

View file

@ -149,7 +149,6 @@ public class BookCollectionShadow extends AbstractBookCollection implements Serv
try {
return SerializerUtil.deserializeBook(myInterface.getRecentBook(index));
} catch (RemoteException e) {
e.printStackTrace();
return null;
}
}