Skip to content

Commit

Permalink
Fixes MethodDescriptor java documentation
Browse files Browse the repository at this point in the history
According to git history, method 'getBareMethodName' of MethodDescriptor appeared in 1.33.0
  • Loading branch information
antechrestos authored Jan 27, 2023
1 parent 4876996 commit d4f1762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/grpc/MethodDescriptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public String getServiceName() {
/**
* A convenience method for {@code extractBareMethodName(getFullMethodName())}.
*
* @since 1.32.0
* @since 1.33.0
*/
@Nullable
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5635")
Expand Down

0 comments on commit d4f1762

Please sign in to comment.