mirror of https://github.com/grpc/grpc-java.git
api: fix Javadoc warnings. (#6763)
This commit is contained in:
parent
159632c234
commit
3955e4e184
|
|
@ -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. It should not be saved because it is not safe for read or write after the
|
||||||
* method returns.
|
* method returns.
|
||||||
*
|
*
|
||||||
* @deprecated use {@link #newClientStreamTracer(StreamInfo, Metadata)} instead
|
* @deprecated use {@link
|
||||||
|
* #newClientStreamTracer(io.grpc.ClientStreamTracer.StreamInfo, io.grpc.Metadata)} instead.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public ClientStreamTracer newClientStreamTracer(CallOptions callOptions, Metadata headers) {
|
public ClientStreamTracer newClientStreamTracer(CallOptions callOptions, Metadata headers) {
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,8 @@ public abstract class LoadBalancerProvider extends LoadBalancer.Factory {
|
||||||
* policy choice.
|
* policy choice.
|
||||||
* @return a tuple of the fully parsed and validated balancer configuration, else the Status.
|
* @return a tuple of the fully parsed and validated balancer configuration, else the Status.
|
||||||
* @since 1.20.0
|
* @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) {
|
public ConfigOrError parseLoadBalancingPolicyConfig(Map<String, ?> rawLoadBalancingPolicyConfig) {
|
||||||
return UNKNOWN_CONFIG;
|
return UNKNOWN_CONFIG;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue