mirror of https://github.com/grpc/grpc-java.git
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. |
||
|---|---|---|
| .. | ||
| generated/main/grpc/io/grpc/testing/protobuf | ||
| main/proto/io/grpc/testing/protobuf | ||
| test/java/io/grpc/testing/protobuf | ||