grpc-java/xds
Anirudh Ramachandra 79f2562306
xds: Improve code clarity by removing Unnecessary fully qualified names and using Immutable interface types. (#9025)
1. Unnecessary fully qualified names
Currently in XdsCredentialsRegistry, the child classes are referred by
their fully qualified names i.e.
'io.grpc.xds.internal.GoogleDefaultXdsCredentialsProvider' instead of
importing GoogleDefaultXdsCredentialsProvider and just using
GoogleDefaultXdsCredentialsProvider.class.

2. Use immutable interfaces instead of the generic collection interface
   i.e. ImmutableMap instead of just Map.

These improvements are related to #8924.
2022-04-04 07:19:53 -07:00
..
src xds: Improve code clarity by removing Unnecessary fully qualified names and using Immutable interface types. (#9025) 2022-04-04 07:19:53 -07:00
third_party xds: migrate udpa proto to xds directory (#8686) 2021-11-11 10:07:14 -08:00
build.gradle all: fix various gradle build warnings 2022-01-18 10:18:16 -08:00