summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-08-23 08:42:41 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-08-23 08:42:41 +0200
commit95d93e89c0afa88ebf733477284228067eb7f952 (patch)
treebe39bec28226076b18b17884ecc7c8b22eaa8724 /config-proxy
parent7cf5e0d341d3de4a87fd83275e5bca6adefdcc26 (diff)
Minor fixes to file distributor log messages
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/src/main/java/com/yahoo/vespa/config/proxy/Mode.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/Mode.java b/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/Mode.java
index 04dc8356eec..38ba9d646b4 100644
--- a/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/Mode.java
+++ b/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/Mode.java
@@ -6,11 +6,11 @@ import java.util.Set;
/**
*
- * Different modes the config proxy can be running in.
+ * The mode the config proxy can be running with.
*
* 'default' mode is requesting config from server, serving from cache only when known config
* and no new config having been sent from server. When in 'memorycache' mode, there is no connection
- * to another config source, the proxy only serves from (memory) cache.
+ * to a config source, the proxy serves from memory cache only.
*
* @author hmusum
*/