Skip to content

Commit

Permalink
Address a number of code review comments and add a test for missing C…
Browse files Browse the repository at this point in the history
…ds aggregate and eds entries.
  • Loading branch information
larry-safran committed Feb 11, 2025
1 parent 5d08828 commit 105e580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected RdsUpdate doParse(XdsResourceType.Args args, Message unpackedMessage)
(RouteConfiguration) unpackedMessage, FilterRegistry.getDefaultRegistry(), args);
}

static RdsUpdate processRouteConfiguration(
private static RdsUpdate processRouteConfiguration(
RouteConfiguration routeConfig, FilterRegistry filterRegistry, XdsResourceType.Args args)
throws ResourceInvalidException {
return new RdsUpdate(extractVirtualHosts(routeConfig, filterRegistry, args));
Expand Down

0 comments on commit 105e580

Please sign in to comment.