modify Java doc

This commit is contained in:
zhangxin 2017-04-26 17:22:32 +08:00
parent 784bda40f0
commit 3dfbb6abef
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class SpanSetTagInterceptor implements InstanceMethodsAroundInterceptor {
* in {@link #adaptTag(String)}.
*
* @param key of current tag
* @return true if this tag is a host related.
* @return true if this tag is host related.
*/
private boolean isPeerTag(String key) {
return Tags.PEER_HOST_IPV4.equals(key) || Tags.PEER_HOST_IPV6.equals(key) || Tags.PEER_HOSTNAME.equals(key);