Hello,
I get this error:
ERROR:root:Syntax error in ../CompositeCheckFactory.java: Expected ';' at final line 24, character 9
The interface looks like this:
public interface CompositeCheckFactory<T extends Tradeable> {
default List<Rule<T>> getRulesList(final Config config, final Map<String, Rule<T>> baseRules) {
...
}
Hello,
I get this error:
The interface looks like this: