diff --git a/apm-sniffer/apm-sdk-plugin/tomcat-7.x-8.x-plugin/src/main/java/org/skywalking/apm/plugin/tomcat78x/TomcatInterceptor.java b/apm-sniffer/apm-sdk-plugin/tomcat-7.x-8.x-plugin/src/main/java/org/skywalking/apm/plugin/tomcat78x/TomcatInterceptor.java index 847bc57f25706615e77d9757e1a5e945e75ffbb5..ae394427f31fefd280172bd6b8fe26450779f657 100644 --- a/apm-sniffer/apm-sdk-plugin/tomcat-7.x-8.x-plugin/src/main/java/org/skywalking/apm/plugin/tomcat78x/TomcatInterceptor.java +++ b/apm-sniffer/apm-sdk-plugin/tomcat-7.x-8.x-plugin/src/main/java/org/skywalking/apm/plugin/tomcat78x/TomcatInterceptor.java @@ -16,7 +16,7 @@ import javax.servlet.http.HttpServletResponse; /** * {@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. */ public class TomcatInterceptor implements InstanceMethodsAroundInterceptor { @@ -30,7 +30,7 @@ public class TomcatInterceptor implements InstanceMethodsAroundInterceptor { 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. * * @param context instance context, a class instance only has one {@link EnhancedClassInstanceContext} instance.