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

no EXTERNAL_PROGRAM plugin type

This commit is contained in:
Nikolay Pultsin 2014-07-08 16:24:59 +01:00
parent 448664c533
commit a3f1e96c2e

View file

@ -57,8 +57,7 @@ public abstract class FormatPlugin {
ANY,
JAVA,
NATIVE,
EXTERNAL,
EXTERNAL_PROGRAM;
EXTERNAL;
};
public abstract Type type();