From c14ccfa94276f75ed6c1bf9556f3822604188816 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 24 Jun 2024 15:24:27 -0700 Subject: [PATCH] minor fix on comment --- .../java/com/linkedin/d2/xds/XdsToD2PropertiesAdaptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d2/src/main/java/com/linkedin/d2/xds/XdsToD2PropertiesAdaptor.java b/d2/src/main/java/com/linkedin/d2/xds/XdsToD2PropertiesAdaptor.java index 4bd957ca7e..a8b9293135 100644 --- a/d2/src/main/java/com/linkedin/d2/xds/XdsToD2PropertiesAdaptor.java +++ b/d2/src/main/java/com/linkedin/d2/xds/XdsToD2PropertiesAdaptor.java @@ -292,7 +292,7 @@ public void onChanged(XdsClient.NodeUpdate update) } else { - // Received xds resource update while service event bus is not set. Notify that the xds source becomes + // Received xds resource update while cluster event bus is not set. Notify that the xds source becomes // available instead. onReconnect(); } @@ -556,7 +556,7 @@ private void mergeAndPublishUris(String clusterName) } else { - // Received xds resource update while service event bus is not set. Notify that the xds source becomes + // Received xds resource update while uri event bus is not set. Notify that the xds source becomes // available instead. onReconnect(); }