summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-03-23 11:04:49 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-03-23 11:04:49 +0100
commit12b6d7de3e6f468c6146cad364e7152d83be1ff1 (patch)
tree71a5613e7621a1c1d4aa69abb7868ab0771b0014 /vespa-http-client
parent88cedb5bacad1be2ef4bae1d4f4c536d5d753692 (diff)
Non-functional changes only
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/src/main/java/com/yahoo/vespa/http/client/runner/Runner.java7
1 files changed, 5 insertions, 2 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 59953fbe002..5adb312eceb 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
@@ -29,8 +29,11 @@ public class Runner {
* @param verbose if true will print some information to stderr
* @return send time in ms, not including validating
*/
- public static long send(
- FeedClient feedClient, InputStream inputStream, boolean isJson, AtomicInteger numSent, boolean verbose) {
+ public static long send(FeedClient feedClient,
+ InputStream inputStream,
+ boolean isJson,
+ AtomicInteger numSent,
+ boolean verbose) {
if (verbose) {
System.err.println("Now sending data.");