From 01d774e60801feb6cfc1026d841b9c11ee4c4b3b Mon Sep 17 00:00:00 2001 From: Olli Virtanen Date: Thu, 4 Jul 2019 16:09:32 +0200 Subject: Erroneously removed comment revived --- .../src/test/java/ai/vespa/metricsproxy/service/MockHttpServer.java | 1 + 1 file changed, 1 insertion(+) (limited to 'metrics-proxy') 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 { -- cgit v1.2.3