sluk3r commented on a change in pull request #7541:
URL: https://github.com/apache/shardingsphere/pull/7541#discussion_r492475793
##########
File path:
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/init/impl/AbstractBootstrapInitializer.java
##########
@@ -55,6 +55,8 @@
@Slf4j
public abstract class AbstractBootstrapInitializer implements
BootstrapInitializer {
+ private ShardingSphereProxy shardingSphereProxy = new
ShardingSphereProxy();
Review comment:
make the field as 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]