grpc-java/testing-proto
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 gradle: Fix Gradle 6 warnings 2020-07-31 09:52:36 -05:00