AutoTraderLoader uses SeSimClassLoader

This commit is contained in:
2017-11-24 02:15:10 +01:00
parent b5d9c989f6
commit cb98e7cc0f
5 changed files with 26 additions and 27 deletions

View File

@ -152,7 +152,7 @@ public class Globals {
SeSimClassLoader<Indicator> il = new SeSimClassLoader<>(Indicator.class);
il.setDefaultPathList(default_pathlist);
ArrayList<Class<Indicator>>ires = il.getInstalled();
ArrayList<Class<Indicator>>ires = il.getInstalledClasses();
}