doc: s/<string>/<strong>/ in javadoc

This commit is contained in:
ZHANG Dapeng 2019-03-12 13:46:13 -07:00 committed by GitHub
parent d7e53e871b
commit bd77e886d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import javax.annotation.concurrent.ThreadSafe;
/**
* A Channel-specific logger provided by GRPC library to {@link LoadBalancer} implementations.
* Information logged here goes to <string>Channelz</strong>, and to the Java logger of this class
* Information logged here goes to <strong>Channelz</strong>, and to the Java logger of this class
* as well.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5029")