From 6ad5df4f4a2ceebcfab47f6ae86d30dcf93efd4e Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Wed, 12 Jun 2019 20:33:45 +0200 Subject: Revert "Require constant() for large constants and fix a type resolving bug (#9769)" This reverts commit cee1c3a3804d5d3c25407b3c4ac64228e9d194e3. --- .../com/yahoo/search/query/profile/config/QueryProfileXMLReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container-search/src/main') 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 210b4899c58..eb4a0ad6be4 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; /** - * Importer of query profiles and types from XML files + * A class which imports query profiles and types from XML files * * @author bratseth */ -- cgit v1.2.3