Skip to content

Commit

Permalink
minor fix on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bohhyang committed Jun 24, 2024
1 parent db0f261 commit c14ccfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down Expand Up @@ -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();
}
Expand Down

0 comments on commit c14ccfa

Please sign in to comment.