提交 3a569dc2 编写于 作者: 林嘉琦 Lin Jiaqi 提交者: wu-sheng

Add the Logger modifier "static" in pr #1347 (#1353)


* add the Logger modifier "static" in pr 
上级 6279c8dd
......@@ -43,7 +43,7 @@ import io.shardingjdbc.core.api.config.ShardingRuleConfiguration;
*/
public class ShardingjdbcClient implements Client {
private final Logger logger = LoggerFactory.getLogger(ShardingjdbcClient.class);
private static final Logger logger = LoggerFactory.getLogger(ShardingjdbcClient.class);
private Map<String, ShardingjdbcClientConfig> shardingjdbcClientConfig;
......
......@@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory;
*/
public class ShardingjdbcStorageInstaller extends StorageInstaller {
private final Logger logger = LoggerFactory.getLogger(ShardingjdbcStorageInstaller.class);
private static final Logger logger = LoggerFactory.getLogger(ShardingjdbcStorageInstaller.class);
public ShardingjdbcStorageInstaller(boolean isHighPerformanceMode) {
super(isHighPerformanceMode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册