summaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorLester Solbakken <lesters@users.noreply.github.com>2018-11-29 09:34:08 +0100
committerGitHub <noreply@github.com>2018-11-29 09:34:08 +0100
commit189c907fb0da83728e535534a790558c6709a777 (patch)
treeaf408f9bff3780a4a736b4a7b4d0dfad9f015ac1 /model-integration
parent7b3afda70313ecc5e701cc8f8d276f3b29002281 (diff)
parent083ed32b17cfdeee3fca07d3ec9807b1bb11da0e (diff)
Merge pull request #7805 from vespa-engine/bratseth/allow-zero-arg-parenthesis
Allow no-arg function invocations to use parentheses
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/src/main/java/ai/vespa/rankingexpression/importer/ImportedModel.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/model-integration/src/main/java/ai/vespa/rankingexpression/importer/ImportedModel.java b/model-integration/src/main/java/ai/vespa/rankingexpression/importer/ImportedModel.java
index f7fbbbe8b10..ce91b8bb141 100644
--- a/model-integration/src/main/java/ai/vespa/rankingexpression/importer/ImportedModel.java
+++ b/model-integration/src/main/java/ai/vespa/rankingexpression/importer/ImportedModel.java
@@ -93,8 +93,6 @@ public class ImportedModel implements ImportedMlModel {
*/
public Map<String, RankingExpression> expressions() { return Collections.unmodifiableMap(expressions); }
- // TODO: Most of the usage of the above can be replaced by a faster expressionNames method
-
/**
* Returns an immutable map of the functions that are part of this model.
*/