Skip to content

Commit 29384d5

Browse files
mehrdadadapengzhang0
authored andcommitted
doc: Uppercase Java
1 parent 30101e1 commit 29384d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stub/src/main/java/io/grpc/stub/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* <p>In the most common case of gRPC over Protocol Buffers, stub classes are automatically
2424
* 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>.
25+
* href="https://grpc.io/docs/generatedcode/java.html">gRPC Java Generated Code Guide</a>.
2626
*
2727
* <p>The server side stub classes are abstract classes with RPC methods for the server application
2828
* to implement/override. These classes internally use {@link io.grpc.stub.ServerCalls} to interact

0 commit comments

Comments
 (0)