summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-07-04 16:09:32 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2019-07-04 16:09:32 +0200
commit01d774e60801feb6cfc1026d841b9c11ee4c4b3b (patch)
tree450b5956cca8d581ccc310187a88aa868fa5a6ba /metrics-proxy
parentd536a05c5b6f9d556d7d129716e58869fbb57b48 (diff)
Erroneously removed comment revived
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/src/test/java/ai/vespa/metricsproxy/service/MockHttpServer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/metrics-proxy/src/test/java/ai/vespa/metricsproxy/service/MockHttpServer.java b/metrics-proxy/src/test/java/ai/vespa/metricsproxy/service/MockHttpServer.java
index c1cfd4c170c..f7802fd04fb 100644
--- a/metrics-proxy/src/test/java/ai/vespa/metricsproxy/service/MockHttpServer.java
+++ b/metrics-proxy/src/test/java/ai/vespa/metricsproxy/service/MockHttpServer.java
@@ -23,6 +23,7 @@ public class MockHttpServer {
/**
* Mock http server that will return response as body
*
+ * @param response the response to return along with 200 OK
* @param path the file path that the server will accept requests for. E.g /state/v1/metrics
*/
public MockHttpServer(String response, String path) throws IOException {