api: fix Javadoc warnings. (#6763)

This commit is contained in:
Chengyuan Zhang 2020-02-26 11:51:01 -08:00 committed by GitHub
parent 159632c234
commit 3955e4e184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -62,7 +62,8 @@ public abstract class ClientStreamTracer extends StreamTracer {
* method. It should not be saved because it is not safe for read or write after the
* method returns.
*
* @deprecated use {@link #newClientStreamTracer(StreamInfo, Metadata)} instead
* @deprecated use {@link
* #newClientStreamTracer(io.grpc.ClientStreamTracer.StreamInfo, io.grpc.Metadata)} instead.
*/
@Deprecated
public ClientStreamTracer newClientStreamTracer(CallOptions callOptions, Metadata headers) {

View File

@ -70,7 +70,8 @@ public abstract class LoadBalancerProvider extends LoadBalancer.Factory {
* policy choice.
* @return a tuple of the fully parsed and validated balancer configuration, else the Status.
* @since 1.20.0
* @see https://github.com/grpc/proposal/blob/master/A24-lb-policy-config.md
* @see <a href="https://github.com/grpc/proposal/blob/master/A24-lb-policy-config.md">
* A24-lb-policy-config.md</a>
*/
public ConfigOrError parseLoadBalancingPolicyConfig(Map<String, ?> rawLoadBalancingPolicyConfig) {
return UNKNOWN_CONFIG;