summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-01-07 12:09:34 +0100
committerGitHub <noreply@github.com>2020-01-07 12:09:34 +0100
commit2686f79b2df3e52e2d43521db4c0b09597c07e73 (patch)
treeb94db734ba078d84cb970402bc4f29eddfe734de /vespa-http-client
parentfbea1c3b5a6020d6d5fbd5b76d1eb3e693152500 (diff)
parent1f6753d9d0f35a4a6612987fe8c6ea42ff166495 (diff)
Merge pull request #11665 from vespa-engine/bratseth/non-functional-changes
Non-functional changes
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/src/main/java/com/yahoo/vespa/http/client/runner/Runner.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/runner/Runner.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/runner/Runner.java
index fce7afdb436..0e202d1f348 100644
--- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/runner/Runner.java
+++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/runner/Runner.java
@@ -21,6 +21,7 @@ public class Runner {
/**
* Feed data from inputFile to session.
+ *
* @param feedClient where to send data to
* @param inputStream source of data
* @param isJson if input stream is of json formatted data