From 102c90dc59d5ce3cc20d26eb36124a17c9aeedf8 Mon Sep 17 00:00:00 2001 From: lsyf Date: Wed, 19 Feb 2020 17:23:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20ehcache:=C2=A0format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ehcache/v2/define/EhcachePluginInstrumentation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apm-sniffer/apm-sdk-plugin/ehcache-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/ehcache/v2/define/EhcachePluginInstrumentation.java b/apm-sniffer/apm-sdk-plugin/ehcache-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/ehcache/v2/define/EhcachePluginInstrumentation.java index 1ef702a9a..7f209b468 100644 --- a/apm-sniffer/apm-sdk-plugin/ehcache-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/ehcache/v2/define/EhcachePluginInstrumentation.java +++ b/apm-sniffer/apm-sdk-plugin/ehcache-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/ehcache/v2/define/EhcachePluginInstrumentation.java @@ -119,8 +119,8 @@ public class EhcachePluginInstrumentation extends ClassInstanceMethodsEnhancePlu @Override public boolean isOverrideArgs() { - return false; - } + return false; + } }, new InstanceMethodsInterceptPoint() {