summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-02-18 10:20:09 +0100
committerGitHub <noreply@github.com>2020-02-18 10:20:09 +0100
commit7595f5b0a786f1e68c3a1e4c10e7e687656cdcf1 (patch)
tree34c6ea6d56f1b9b32ee57494f8a190a140c1e358 /container-search
parentf752e59466d042f686314aed42be59707a0766a9 (diff)
parent95ef412970c93ec146582ca1f5970435f9376636 (diff)
Merge pull request #12208 from vespa-engine/bratseth/dont-allow-wrong-serviceport-part-2
Disallow configuring the wrong port when hosted
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/search/federation/FederationSearcher.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/federation/FederationSearcher.java b/container-search/src/main/java/com/yahoo/search/federation/FederationSearcher.java
index d0b3189a79c..421544b5b49 100644
--- a/container-search/src/main/java/com/yahoo/search/federation/FederationSearcher.java
+++ b/container-search/src/main/java/com/yahoo/search/federation/FederationSearcher.java
@@ -78,7 +78,6 @@ public class FederationSearcher extends ForkingSearcher {
/** The name of the query property containing the source name added to the query to each source by this */
public final static CompoundName SOURCENAME = new CompoundName("sourceName");
public final static CompoundName PROVIDERNAME = new CompoundName("providerName");
-
/** Logging field name constants */
public static final String LOG_COUNT_PREFIX = "count_";