We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30101e1 commit 29384d5Copy full SHA for 29384d5
stub/src/main/java/io/grpc/stub/package-info.java
@@ -22,7 +22,7 @@
22
*
23
* <p>In the most common case of gRPC over Protocol Buffers, stub classes are automatically
24
* generated from service definition .proto files by the Protobuf compiler. See <a
25
- * href="https://grpc.io/docs/generatedcode/java.html">gRPC java Generated Code Guide</a>.
+ * href="https://grpc.io/docs/generatedcode/java.html">gRPC Java Generated Code Guide</a>.
26
27
* <p>The server side stub classes are abstract classes with RPC methods for the server application
28
* to implement/override. These classes internally use {@link io.grpc.stub.ServerCalls} to interact
0 commit comments