mirror of https://github.com/grpc/grpc-java.git
api: Fix a typo in ServerInterceptor JavaDoc (#10990)
This commit is contained in:
parent
9ee5e9f008
commit
0b82f01260
|
|
@ -19,7 +19,7 @@ package io.grpc;
|
||||||
import javax.annotation.concurrent.ThreadSafe;
|
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}.
|
* {@link ServerCallHandler}.
|
||||||
*
|
*
|
||||||
* <p>Implementers use this mechanism to add cross-cutting behavior to server-side calls. Common
|
* <p>Implementers use this mechanism to add cross-cutting behavior to server-side calls. Common
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue