You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/12/14 14:12:02 UTC

[shardingsphere] branch master updated: Remove unnecessary getter of AgentAdvisors.isEnhancedForProxy (#22873)

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

sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new f4d0f23eedc Remove unnecessary getter of AgentAdvisors.isEnhancedForProxy (#22873)
f4d0f23eedc is described below

commit f4d0f23eedc361e3b5a54d2b945375f9faf63baa
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Wed Dec 14 22:11:46 2022 +0800

    Remove unnecessary getter of AgentAdvisors.isEnhancedForProxy (#22873)
---
 .../java/org/apache/shardingsphere/agent/core/plugin/AgentAdvisors.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/agent/core/src/main/java/org/apache/shardingsphere/agent/core/plugin/AgentAdvisors.java b/agent/core/src/main/java/org/apache/shardingsphere/agent/core/plugin/AgentAdvisors.java
index 85eff203123..89743be49e0 100644
--- a/agent/core/src/main/java/org/apache/shardingsphere/agent/core/plugin/AgentAdvisors.java
+++ b/agent/core/src/main/java/org/apache/shardingsphere/agent/core/plugin/AgentAdvisors.java
@@ -18,7 +18,6 @@
 package org.apache.shardingsphere.agent.core.plugin;
 
 import com.google.common.collect.ImmutableMap;
-import lombok.Getter;
 import lombok.Setter;
 import net.bytebuddy.description.type.TypeDescription;
 import net.bytebuddy.matcher.ElementMatcher;
@@ -45,7 +44,6 @@ public final class AgentAdvisors {
     
     private final Map<String, ClassAdvisor> advisors;
     
-    @Getter
     @Setter
     private boolean isEnhancedForProxy = true;