grpc-java/grpclb
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.bazel Sync grpc-proto to 1ff78907 2020-02-10 12:32:39 -08:00
build.gradle all: migrate gradle build to java-library plugin 2020-05-04 16:44:30 -07:00