core: fix missing comment for headers param

This commit is contained in:
Jianwei Mao 2018-05-22 04:10:58 +08:00 committed by Eric Anderson
parent f5f560ad36
commit 10291d5ccc
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ public interface ServerInterceptor {
* call} on another thread.
*
* @param call object to receive response messages
* @param headers which can contain extra call metadata from {@link ClientCall#start},
* e.g. authentication credentials.
* @param next next processor in the interceptor chain
* @return listener for processing incoming messages for {@code call}, never {@code null}.
*/