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

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


The following commit(s) were added to refs/heads/master by this push:
     new c34c037  fix CONSTRUCTOR_WITH_LIST_HOSTANDPORT_ARG_INTERCEPT_CLASS 
spell error (#1021)
c34c037 is described below

commit c34c037d16f0bb5bc15e36fab34f38a0a4afc674
Author: candylee <295198...@qq.com>
AuthorDate: Tue Apr 3 22:54:26 2018 +0800

    fix CONSTRUCTOR_WITH_LIST_HOSTANDPORT_ARG_INTERCEPT_CLASS spell error 
(#1021)
---
 .../apm/plugin/jedis/v2/define/JedisClusterInstrumentation.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apm-sniffer/apm-sdk-plugin/jedis-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jedis/v2/define/JedisClusterInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/jedis-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jedis/v2/define/JedisClusterInstrumentation.java
index 2d5b4c2..9fb891c 100644
--- 
a/apm-sniffer/apm-sdk-plugin/jedis-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jedis/v2/define/JedisClusterInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/jedis-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jedis/v2/define/JedisClusterInstrumentation.java
@@ -35,7 +35,7 @@ public class JedisClusterInstrumentation extends 
ClassInstanceMethodsEnhancePlug
 
     private static final String ARGUMENT_TYPE_NAME = 
"redis.clients.jedis.HostAndPort";
     private static final String ENHANCE_CLASS = 
"redis.clients.jedis.JedisCluster";
-    private static final String 
CONSTRUCTOR_WITH_LIST_HOSTANDPORT_ARG_INTERCEPT_CLASS = 
"Jorg.apache.skywalking.apm.plugin.jedis.v2.edisClusterConstructorWithListHostAndPortArgInterceptor";
+    private static final String 
CONSTRUCTOR_WITH_LIST_HOSTANDPORT_ARG_INTERCEPT_CLASS = 
"org.apache.skywalking.apm.plugin.jedis.v2.JedisClusterConstructorWithListHostAndPortArgInterceptor";
     private static final String METHOD_INTERCEPT_CLASS = 
"org.apache.skywalking.apm.plugin.jedis.v2.JedisMethodInterceptor";
     private static final String 
CONSTRUCTOR_WITH_HOSTANDPORT_ARG_INTERCEPT_CLASS = 
"org.apache.skywalking.apm.plugin.jedis.v2.JedisClusterConstructorWithHostAndPortArgInterceptor";
 

-- 
To stop receiving notification emails like this one, please contact
wush...@apache.org.

Reply via email to