提交 db93acb8 编写于 作者: wu-sheng's avatar wu-sheng

Complete methods modifier.

上级 9b5cd7ac
......@@ -150,7 +150,7 @@ public class Span {
* @return the Span, for chaining
* @see Span#log(String)
*/
Span log(Map<String, ?> fields){
public Span log(Map<String, ?> fields){
logs.add(new LogData(System.currentTimeMillis(), fields));
return this;
}
......@@ -170,7 +170,7 @@ public class Span {
* @param event the event value; often a stable identifier for a moment in the Span lifecycle
* @return the Span, for chaining
*/
Span log(String event){
public Span log(String event){
log(Collections.singletonMap("event", event));
return this;
}
......
package com.a.eye.skywalking.context;
/**
* Created by wusheng on 2017/2/17.
*/
public class TraceContext {
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册