Skip to content

Commit 11ba23c

Browse files
authored
docs: fix javadoc link
1 parent fc9a782 commit 11ba23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

servlet/src/main/java/io/grpc/servlet/GrpcServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* "/full-service-name/short-method-name".
3232
* If you use application server and want to get access to grpc from non root path
3333
* for example {@code /deployment-name/full-service-name/short-method-name}
34-
* you must override {@link #getMethod()}.
34+
* you must override {@link #getMethod(HttpServletRequest)}.
3535
* <a href=https://github.com/grpc/grpc-java/pull/11825>More info</a>.
3636
*
3737
* <p>The API is experimental. The authors would like to know more about the real usecases. Users

0 commit comments

Comments
 (0)