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

BookReadingException moved to formats package

This commit is contained in:
Nikolay Pultsin 2015-06-11 20:50:25 +01:00
parent 943b01dc5d
commit d1b9e2e769
14 changed files with 9 additions and 18 deletions

View file

@ -29,7 +29,6 @@ import org.geometerplus.zlibrary.core.image.ZLImage;
import org.geometerplus.zlibrary.core.resources.ZLResource;
import org.geometerplus.fbreader.book.AbstractBook;
import org.geometerplus.fbreader.bookmodel.BookReadingException;
public abstract class FormatPlugin {
private final String myFileType;