yu199195 commented on a change in pull request #8429:
URL: https://github.com/apache/shardingsphere/pull/8429#discussion_r533041163



##########
File path: 
shardingsphere-agent/shardingsphere-agent-bootstrap/src/main/java/org/apache/shardingsphere/agent/bootstrap/ShardingSphereAgent.java
##########
@@ -48,20 +48,24 @@ public static void premain(final String agentArgs, final 
Instrumentation instrum
         AgentConfiguration agentConfiguration = 
AgentConfigurationLoader.load();
         SingletonHolder.INSTANCE.put(agentConfiguration);
 
-        ByteBuddy byteBuddy = new ByteBuddy().with(TypeValidation.ENABLED);
-
-        AgentBuilder builder = new AgentBuilder.Default()
+        final ByteBuddy byteBuddy = new 
ByteBuddy().with(TypeValidation.ENABLED);

Review comment:
       remove final




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to