grpc-java/testing-proto/src
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
..
generated/main/grpc/io/grpc/testing/protobuf compiler: remove some of the static imports in codegen (#7751) 2020-12-23 11:28:03 -08:00
main/proto/io/grpc/testing/protobuf all: normalize copyright header 2018-05-03 14:55:21 -07:00
test/java/io/grpc/testing/protobuf all: remove java6 type args 2019-02-04 10:03:50 -08:00