aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-02-02 20:47:38 +0100
committerGitHub <noreply@github.com>2020-02-02 20:47:38 +0100
commit2d9e0965bd2fb10cbf5ffd47fa55a98aea5710b3 (patch)
tree2051e781b2a94083341681d74bbb5fa4a7e3a51e /container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java
parent99f3a7193090cfcd6b5fdbbe612f53d892f9d86b (diff)
Revert "Allow extension of implicitly ref'ed query profile types"
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java b/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java
index 5d4f39cecbf..b250560e2f3 100644
--- a/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java
+++ b/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java
@@ -70,7 +70,7 @@ public class QueryProfileProperties extends Properties {
* @throws IllegalArgumentException if this property cannot be set in the wrapped query profile
*/
@Override
- public void set(CompoundName name, Object value, Map<String, String> context) {
+ public void set(CompoundName name, Object value, Map<String,String> context) {
// TODO: Refactor
try {
name = unalias(name, context);