From 85bc08f5aa14ade43e163c24fd48070df812335f Mon Sep 17 00:00:00 2001 From: Jose Nino Date: Mon, 16 Oct 2017 14:21:50 -0700 Subject: [PATCH] cds: remove stale comment Signed-off-by: Jose Nino --- api/cds.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/cds.proto b/api/cds.proto index 519070498..bb6480128 100644 --- a/api/cds.proto +++ b/api/cds.proto @@ -82,7 +82,7 @@ message Cluster { ConfigSource eds_config = 1; // Optional alternative to cluster name to present to EDS. This does not // have the same restrictions as cluster name, i.e. it may be arbritary - // length and contain ':'. + // length. string service_name = 2; } EdsClusterConfig eds_cluster_config = 3;