Work on IndicatorLoader
This commit is contained in:
parent
e8c3c48191
commit
9ed496dd8b
@ -1,4 +1,4 @@
|
||||
#Sun, 19 Nov 2017 18:17:22 +0100
|
||||
#Sun, 19 Nov 2017 18:42:19 +0100
|
||||
annotation.processing.enabled=true
|
||||
annotation.processing.enabled.in.editor=false
|
||||
annotation.processing.processors.list=
|
||||
|
@ -40,7 +40,7 @@ public class IndicatorLoader<T> extends SeSimClassLoader {
|
||||
*
|
||||
* @return List of traders
|
||||
*/
|
||||
public ArrayList<Class<T>> getInstalledIndicators() {
|
||||
public ArrayList<Class<T>> getInstalled() {
|
||||
|
||||
if (cache != null) {
|
||||
return cache;
|
||||
|
Loading…
Reference in New Issue
Block a user