You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/09/18 04:39:42 UTC

[incubator-skywalking] branch h2-storage updated: Fix wrong refactor.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch h2-storage
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/h2-storage by this push:
     new 4976417  Fix wrong refactor.
4976417 is described below

commit 4976417a2fd5ac7fcca75b7c99dba9947207b9f6
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Sep 18 12:39:32 2018 +0800

    Fix wrong refactor.
---
 .../java/org/apache/skywalking/apm/plugin/dubbo/DubboInterceptor.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apm-sniffer/apm-sdk-plugin/dubbo-plugin/src/main/java/org/apache/skywalking/apm/plugin/dubbo/DubboInterceptor.java b/apm-sniffer/apm-sdk-plugin/dubbo-plugin/src/main/java/org/apache/skywalking/apm/plugin/dubbo/DubboInterceptor.java
index 5f447e0..994bc89 100644
--- a/apm-sniffer/apm-sdk-plugin/dubbo-plugin/src/main/java/org/apache/skywalking/apm/plugin/dubbo/DubboInterceptor.java
+++ b/apm-sniffer/apm-sdk-plugin/dubbo-plugin/src/main/java/org/apache/skywalking/apm/plugin/dubbo/DubboInterceptor.java
@@ -45,10 +45,10 @@ import org.apache.skywalking.apm.network.trace.component.ComponentsDefine;
  */
 public class DubboInterceptor implements InstanceMethodsAroundInterceptor {
     /**
-     * <jdbc>Consumer:</jdbc> The serialized trace context data will
+     * <h2>Consumer:</h2> The serialized trace context data will
      * inject to the {@link RpcContext#attachments} for transport to provider side.
      * <p>
-     * <jdbc>Provider:</jdbc> The serialized trace context data will extract from
+     * <h2>Provider:</h2> The serialized trace context data will extract from
      * {@link RpcContext#attachments}. current trace segment will ref if the serialize context data is not null.
      */
     @Override