mirror of https://github.com/grpc/grpc-java.git
Fix a javadoc warning
This commit is contained in:
parent
d3c5b00827
commit
7fff088e19
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue