Skip to content

Commit fb70a66

Browse files
antechrestosejona86
authored andcommitted
Fixes MethodDescriptor java documentation
According to git history, method 'getBareMethodName' and 'extractBareMethodName' of MethodDescriptor appeared in 1.33.0
1 parent b7164f0 commit fb70a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/io/grpc/MethodDescriptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public String getServiceName() {
265265
/**
266266
* A convenience method for {@code extractBareMethodName(getFullMethodName())}.
267267
*
268-
* @since 1.32.0
268+
* @since 1.33.0
269269
*/
270270
@Nullable
271271
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5635")
@@ -413,7 +413,7 @@ public static String extractFullServiceName(String fullMethodName) {
413413
* Extract the method name out of a fully qualified method name. May return {@code null}
414414
* if the input is malformed, but you cannot rely on it for the validity of the input.
415415
*
416-
* @since 1.32.0
416+
* @since 1.33.0
417417
*/
418418
@Nullable
419419
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5635")

0 commit comments

Comments
 (0)