Work on IndicatorLoader

This commit is contained in:
2017-11-19 18:45:19 +01:00
parent e8c3c48191
commit 9ed496dd8b
2 changed files with 2 additions and 2 deletions

View File

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