From 69a4917a8c9d54ab43970634c0cc327424ea774c Mon Sep 17 00:00:00 2001 From: Nguyen Quang Huy Date: Tue, 26 Feb 2019 01:18:52 +0700 Subject: [PATCH] doc: Remove some duplicated words in comment Correct spelling for code comment. --- core/src/main/java/io/grpc/MethodDescriptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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