aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2017-12-12 16:26:46 +0100
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2017-12-12 16:26:46 +0100
commitd08fdcafc28581519e1d2f88117f47bc1bc62904 (patch)
tree88037b433a8f2215cfe84f988fca79948d78a91a
parentf47e127846d978ee8dc28690da0567451b2236f4 (diff)
Correct deprecation message
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
index 29cae307d1b..5e0c8ec1f7e 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
@@ -31,7 +31,7 @@ public interface ZoneRegistry {
/** Returns a list with all known config servers in the given zone.
*
- * @deprecated See {@link ZoneRegistry#getConfigServerUris(ZoneId)}
+ * @deprecated Use {@link #getConfigServerSecureUris(ZoneId)} instead (requires that client trusts Athenz CA)
*/
@Deprecated
List<URI> getConfigServerUris(ZoneId zoneId);