aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-17 08:59:17 +0200
committerGitHub <noreply@github.com>2016-06-17 08:59:17 +0200
commite693aecea5aea0a85035b2676c232bef8d306e6a (patch)
tree26e7e31b741626edd0dbd75f362616f5779c4ef4 /container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java
parent0e337c833d1ba15ee7d387d1658d3cdfc4f77dad (diff)
parent38ff012425e1d65a5016ff090c5163892ebecc89 (diff)
Merge pull request #19 from yahoo/bratseth/use-github-name-in-author
Use github name in @author
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java b/container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java
index 576c16f68db..66bb678e983 100644
--- a/container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java
+++ b/container-search/src/main/java/com/yahoo/search/federation/http/ConfiguredHTTPClientSearcher.java
@@ -14,7 +14,7 @@ import com.yahoo.statistics.Statistics;
* Superclass for http client searchers which depends on config. All this is doing is translating
* the provider and cache configurations to parameters which are passed upwards.
*
- * @author <a href="mailto:bratseth@yahoo-inc.com">Jon Bratseth</a>
+ * @author bratseth
*/
public abstract class ConfiguredHTTPClientSearcher extends HTTPClientSearcher {