mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
@Override
This commit is contained in:
parent
ce6a1fe849
commit
05b49d98ef
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue