mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
synchronization with native branch
This commit is contained in:
parent
925975f7e3
commit
65094c815a
6 changed files with 109 additions and 3 deletions
|
@ -45,6 +45,7 @@ public class PluginCollection {
|
|||
// This code can not be moved to constructor because nativePlugins() is a native method
|
||||
for (NativeFormatPlugin p : ourInstance.nativePlugins()) {
|
||||
ourInstance.addPlugin(p);
|
||||
System.err.println("native plugin: " + p);
|
||||
}
|
||||
}
|
||||
return ourInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue