grpc-java/interop-testing
ZHANG Dapeng 7d77f64773
compiler: remove some of the static imports in codegen (#7751)
Resolves #7741 
Some of the static methods in generated code have the same method name but different package name, such `ClientCalls.asyncClientStreamingCall` and `ServerCalls.asyncClientStreamingCall`. It's less readable using static import than using full-qualified method name in-place.
2020-12-23 11:28:03 -08:00
..
src compiler: remove some of the static imports in codegen (#7751) 2020-12-23 11:28:03 -08:00
build.gradle buildscripts: xDS Kubernetes Interop tests buildscript 2020-12-23 09:52:01 -05:00