summaryrefslogtreecommitdiffstats
path: root/vespaclient-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-09-16 16:56:51 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-09-16 16:56:51 +0200
commit2e8b813dc0d1533c952840e4e44d99f3b3f896f5 (patch)
tree9d1eaaba2459451b71d6b0a797e2d2aeb5b35d7c /vespaclient-core
parentc9babe83512093d584ae73b98c2df91a28d13343 (diff)
Nonfunctional changes only#
Diffstat (limited to 'vespaclient-core')
-rwxr-xr-xvespaclient-core/src/main/java/com/yahoo/feedapi/FeederOptions.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/vespaclient-core/src/main/java/com/yahoo/feedapi/FeederOptions.java b/vespaclient-core/src/main/java/com/yahoo/feedapi/FeederOptions.java
index 25ef7651e28..addc6d41645 100755
--- a/vespaclient-core/src/main/java/com/yahoo/feedapi/FeederOptions.java
+++ b/vespaclient-core/src/main/java/com/yahoo/feedapi/FeederOptions.java
@@ -9,13 +9,13 @@ import com.yahoo.messagebus.StaticThrottlePolicy;
import com.yahoo.messagebus.network.rpc.RPCNetworkParams;
import com.yahoo.vespaclient.config.FeederConfig;
-
/**
- * Just a wrapper for feeder options, from config or HTTP parameters.
+ * A wrapper for feeder options, from config or HTTP parameters.
*
- * @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>
+ * @author Einar M R Rosenvinge
*/
public class FeederOptions {
+
// These default values are here basically just for convenience in test cases,
// they are overridden by real config values in all other cases.
private boolean abortOnDocumentError = true;