From 95d93e89c0afa88ebf733477284228067eb7f952 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Tue, 23 Aug 2016 08:42:41 +0200 Subject: Minor fixes to file distributor log messages --- config-proxy/src/main/java/com/yahoo/vespa/config/proxy/Mode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-proxy') 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 */ -- cgit v1.2.3