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

readLanguageAndEncoding => detectLanguageAndEncoding

This commit is contained in:
Nikolay Pultsin 2012-03-17 23:29:08 +00:00
parent bb34807022
commit b17dbd6c7c
7 changed files with 47 additions and 9 deletions

View file

@ -26,11 +26,6 @@ public abstract class JavaFormatPlugin extends FormatPlugin {
super(fileType);
}
@Override
public boolean readLanguageAndEncoding(Book book) {
return true;
}
@Override
public Type type() {
return Type.JAVA;