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

Fix doc link.

上级 e6ea5e11
...@@ -16,7 +16,7 @@ import javax.servlet.http.HttpServletResponse; ...@@ -16,7 +16,7 @@ import javax.servlet.http.HttpServletResponse;
/** /**
* {@link TomcatInterceptor} fetch the serialized context data by using {@link HttpServletRequest#getHeader(String)}. * {@link TomcatInterceptor} fetch the serialized context data by using {@link HttpServletRequest#getHeader(String)}.
* The {@link TraceSegment#primaryRef} of current trace segment will reference to the trace * The {@link TraceSegment#refs} of current trace segment will reference to the trace
* segment id of the previous level if the serialized context is not null. * segment id of the previous level if the serialized context is not null.
*/ */
public class TomcatInterceptor implements InstanceMethodsAroundInterceptor { public class TomcatInterceptor implements InstanceMethodsAroundInterceptor {
...@@ -30,7 +30,7 @@ public class TomcatInterceptor implements InstanceMethodsAroundInterceptor { ...@@ -30,7 +30,7 @@ public class TomcatInterceptor implements InstanceMethodsAroundInterceptor {
public static final String TOMCAT_COMPONENT = "Tomcat"; public static final String TOMCAT_COMPONENT = "Tomcat";
/** /**
* The {@link TraceSegment#primaryRef} of current trace segment will reference to the * The {@link TraceSegment#refs} of current trace segment will reference to the
* trace segment id of the previous level if the serialized context is not null. * trace segment id of the previous level if the serialized context is not null.
* *
* @param context instance context, a class instance only has one {@link EnhancedClassInstanceContext} instance. * @param context instance context, a class instance only has one {@link EnhancedClassInstanceContext} instance.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册