1
0
Fork 0
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:
Nikolay Pultsin 2012-03-02 02:34:26 +00:00
parent 925975f7e3
commit 65094c815a
6 changed files with 109 additions and 3 deletions

View file

@ -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;