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

Format comments.

上级 ee65e002
......@@ -9,15 +9,16 @@ import java.util.Map;
import static com.a.eye.skywalking.util.TraceIdUtil.isIllegalTraceId;
/**
* Ack span module <p> All fields in this class will be initialized by {@link
* com.google.gson.Gson#fromJson(String, Class)}, ignore the un-assign values warning.
* Ack span module
* <p>
* All fields in this class will be initialized by {@link com.google.gson.Gson#fromJson(String, Class)}, ignore the un-assign values warning.
*/
public class AckSpanModule {
private String traceId;
private String parentLevelId;
private int levelId = 0;
private long cost;
private int routeKey;
private int levelId;
private long cost;
private int routeKey;
private Map<String, String> tags;
......
......@@ -9,15 +9,16 @@ import java.util.Map;
import static com.a.eye.skywalking.util.TraceIdUtil.isIllegalTraceId;
/**
* request span module <p> All fields in this class will be initialized by {@link
* com.google.gson.Gson#fromJson(String, Class)}, ignore the un-assign values warning.
* request span module
* <p>
* All fields in this class will be initialized by {@link com.google.gson.Gson#fromJson(String, Class)}, ignore the un-assign values warning.
*/
public class RequestSpanModule {
private String traceId;
private String parentLevelId;
private int levelId;
private long startTime;
private int routeKey;
private String traceId;
private String parentLevelId;
private int levelId;
private long startTime;
private int routeKey;
private Map<String, String> tags;
public RequestSpan convertToGRPCModule() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册