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/benchmarks/proto | ||
| jmh/java/io/grpc/benchmarks | ||
| main | ||
| test/java/io/grpc/benchmarks/driver | ||