From ecf7a2bf2a5c589525105b7727c0ef630e784978 Mon Sep 17 00:00:00 2001 From: wusheng Date: Sun, 30 Apr 2017 22:14:08 +0800 Subject: [PATCH] Fix doc link. --- .../skywalking/apm/plugin/tomcat78x/TomcatInterceptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 847bc57f2..ae394427f 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.