Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-safran committed Jan 8, 2025
1 parent 5477c8a commit a548d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xds/src/main/java/io/grpc/xds/XdsDependencyManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
* referenced resources or updates the XdsConfig and notifies the XdsConfigWatcher. Each instance
* applies to a single data plane authority.
*/
//@SuppressWarnings("unused") // TODO remove when changes for A74 are fully implemented
final class XdsDependencyManager implements XdsConfig.XdsClusterSubscriptionRegistry {
public static final XdsClusterResource CLUSTER_RESOURCE = XdsClusterResource.getInstance();
public static final XdsEndpointResource ENDPOINT_RESOURCE = XdsEndpointResource.getInstance();
Expand Down

0 comments on commit a548d10

Please sign in to comment.