diff --git a/core/src/main/java/io/grpc/MethodDescriptor.java b/core/src/main/java/io/grpc/MethodDescriptor.java index e532e581b3..87c5e207bb 100644 --- a/core/src/main/java/io/grpc/MethodDescriptor.java +++ b/core/src/main/java/io/grpc/MethodDescriptor.java @@ -365,7 +365,7 @@ public final class MethodDescriptor { } /** - * Generate the fully qualified method name. This matches the the name + * Generate the fully qualified method name. This matches the name * * @param fullServiceName the fully qualified service name that is prefixed with the package name * @param methodName the short method name