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

@Override

This commit is contained in:
Nikolay Pultsin 2012-02-20 00:52:10 +00:00
parent ce6a1fe849
commit 05b49d98ef

View file

@ -22,10 +22,12 @@ package org.geometerplus.fbreader.formats;
import org.geometerplus.fbreader.library.Book; import org.geometerplus.fbreader.library.Book;
public abstract class JavaFormatPlugin extends FormatPlugin { public abstract class JavaFormatPlugin extends FormatPlugin {
@Override
public boolean readLanguageAndEncoding(Book book) { public boolean readLanguageAndEncoding(Book book) {
return true; return true;
} }
@Override
public Type type() { public Type type() {
return Type.JAVA; return Type.JAVA;
} }