fix SearchPropertyPlaceholderConfigurer
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -10,7 +10,7 @@ import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer; | @@ -10,7 +10,7 @@ import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer; | ||
10 | 10 | ||
11 | public class SearchPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer { | 11 | public class SearchPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer { |
12 | 12 | ||
13 | - private static Map<String, Object> ctxPropertiesMap; | 13 | + private Map<String, Object> ctxPropertiesMap; |
14 | 14 | ||
15 | @Override | 15 | @Override |
16 | protected void processProperties(ConfigurableListableBeanFactory beanFactory, Properties props) throws BeansException { | 16 | protected void processProperties(ConfigurableListableBeanFactory beanFactory, Properties props) throws BeansException { |
-
Please register or login to post a comment