* add the Logger modifier "static" in pr
This commit is contained in:
parent
6279c8dd3c
commit
3a569dc20e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue