api: Fix a typo in ServerInterceptor JavaDoc (#10990)

This commit is contained in:
Touko Vainio-Kaila 2024-03-06 20:43:14 +02:00 committed by GitHub
parent 9ee5e9f008
commit 0b82f01260
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package io.grpc;
import javax.annotation.concurrent.ThreadSafe;
/**
* Interface for intercepting incoming calls before that are dispatched by
* Interface for intercepting incoming calls before they are dispatched by
* {@link ServerCallHandler}.
*
* <p>Implementers use this mechanism to add cross-cutting behavior to server-side calls. Common