aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-06-12 18:49:11 +0200
committerGitHub <noreply@github.com>2019-06-12 18:49:11 +0200
commitcee1c3a3804d5d3c25407b3c4ac64228e9d194e3 (patch)
treedd62faee06cd29d5820f9bc33a488be55a6ceef8 /container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java
parent5311e389929c05707856697e73db61b6acee3c5a (diff)
Require constant() for large constants and fix a type resolving bug (#9769)
* Require constant() for large constants and fix a type resolving bug * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java b/container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java
index eb4a0ad6be4..210b4899c58 100644
--- a/container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java
+++ b/container-search/src/main/java/com/yahoo/search/query/profile/config/QueryProfileXMLReader.java
@@ -23,7 +23,7 @@ import java.util.Collections;
import java.util.List;
/**
- * A class which imports query profiles and types from XML files
+ * Importer of query profiles and types from XML files
*
* @author bratseth
*/