Moving SesSimClassLoader to a pure templated class

This commit is contained in:
2017-11-20 09:50:13 +01:00
parent fe6eae9457
commit 480167b53f
6 changed files with 14 additions and 7 deletions

View File

@ -150,7 +150,7 @@ public class Globals {
tloader = new AutoTraderLoader(default_pathlist);
IndicatorLoader<Indicator> il = new IndicatorLoader<Indicator>();
IndicatorLoader<Indicator> il = new IndicatorLoader<>(Indicator.class);
il.setDefaultPathList(default_pathlist);
il.getInstalled();