code style improvements.
[utils] / system / spring / src / main / java / org / wamblee / system / spring / PropertySetter.java
index 5483968bddc277720df33c16f2a670b6bced9a09..7653dd0adbb66477f304de684ecf8560b8b7137d 100644 (file)
  */ 
 package org.wamblee.system.spring;
 
-import org.springframework.beans.BeansException;
-import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
-import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
-
 import java.util.Properties;
 
+import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
+
 /**
  * Bean that provides postprocessing of the bean factory based on a given set of
  * properties.