We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee5e9f commit 0b82f01Copy full SHA for 0b82f01
api/src/main/java/io/grpc/ServerInterceptor.java
@@ -19,7 +19,7 @@
19
import javax.annotation.concurrent.ThreadSafe;
20
21
/**
22
- * Interface for intercepting incoming calls before that are dispatched by
+ * Interface for intercepting incoming calls before they are dispatched by
23
* {@link ServerCallHandler}.
24
*
25
* <p>Implementers use this mechanism to add cross-cutting behavior to server-side calls. Common
0 commit comments