提交 3dfbb6ab 编写于 作者: Z zhangxin

modify Java doc

上级 784bda40
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册