mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
synchronization with beta branch
This commit is contained in:
parent
368a931804
commit
5f44affef2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class PluginCollection {
|
||||||
}
|
}
|
||||||
|
|
||||||
public FormatPlugin getPlugin(FileType fileType, FormatPlugin.Type formatType) {
|
public FormatPlugin getPlugin(FileType fileType, FormatPlugin.Type formatType) {
|
||||||
if (fileType == null) {
|
if (fileType == null || formatType == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue