mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
first working implemetation of Base64InputStream
This commit is contained in:
parent
97725e0d40
commit
95cbfbbbcd
3 changed files with 69 additions and 64 deletions
|
@ -88,9 +88,9 @@ public class PluginCollection {
|
|||
}
|
||||
|
||||
if (formatType == FormatPlugin.Type.ANY) {
|
||||
FormatPlugin p = getPlugin(fileType, FormatPlugin.Type.JAVA);
|
||||
FormatPlugin p = getPlugin(fileType, FormatPlugin.Type.NATIVE);
|
||||
if (p == null) {
|
||||
p = getPlugin(fileType, FormatPlugin.Type.NATIVE);
|
||||
p = getPlugin(fileType, FormatPlugin.Type.JAVA);
|
||||
}
|
||||
return p;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue