Fix a javadoc warning

This commit is contained in:
Kun Zhang 2015-07-07 16:02:47 -07:00
parent d3c5b00827
commit 7fff088e19
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public abstract class Channel {
*
* @param methodDescriptor describes the name and parameter types of the operation to call.
* @return a {@link ClientCall} bound to the specified method.
* @deprecated use {@link newCall(MethodDescriptor, CallOptions)}
* @deprecated use {@link #newCall(MethodDescriptor, CallOptions)}
*
*/
@Deprecated