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' and 'extractBareMethodName' of MethodDescriptor appeared in 1.33.0
  • Loading branch information
antechrestos committed Feb 2, 2023
1 parent 4876996 commit 269c6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -413,7 +413,7 @@ public static String extractFullServiceName(String fullMethodName) {
* Extract the method name out of a fully qualified method name. May return {@code null}
* if the input is malformed, but you cannot rely on it for the validity of the input.
*
* @since 1.32.0
* @since 1.33.0
*/
@Nullable
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5635")
Expand Down

0 comments on commit 269c6e2

Please sign in to comment.