mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 04:07:42 +08:00
Merged from hotfix_5_2_7_T_R use static log in ConfigPersisters #PL-5289 [from revision 21148]
This commit is contained in:
parent
67265f20eb
commit
67d4eb0de7
@ -26,7 +26,7 @@ public class ConfigPersisterClientImpl implements ConfigPersister {
|
||||
|
||||
private volatile boolean cacheLoaded;
|
||||
|
||||
private final Log log = LogFactory.getLog(ConfigPersisterClientImpl.class);
|
||||
protected static final Log log = LogFactory.getLog(ConfigPersisterClientImpl.class);
|
||||
private boolean caching;
|
||||
|
||||
public ConfigPersisterClientImpl(boolean caching) {
|
||||
|
@ -17,7 +17,7 @@ import org.apache.commons.logging.LogFactory;
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ConfigPersisterImpl implements ConfigPersister {
|
||||
private final Log log = LogFactory.getLog(ConfigPersisterImpl.class);
|
||||
protected static final Log log = LogFactory.getLog(ConfigPersisterImpl.class);
|
||||
|
||||
@Override
|
||||
public String getProperty(SourceType sourceType, String name) {
|
||||
|
Loading…
Reference in New Issue
Block a user