Browse Source

Fixing the build...

pull/23217/head
Arjen Poutsma 17 years ago
parent
commit
ed5647a270
  1. 1
      org.springframework.beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanFactory.java

1
org.springframework.beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanFactory.java

@ -59,7 +59,6 @@ import org.springframework.beans.factory.config.ConfigurableBeanFactory; @@ -59,7 +59,6 @@ import org.springframework.beans.factory.config.ConfigurableBeanFactory;
import org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor;
import org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor;
import org.springframework.beans.factory.config.Scope;
import org.springframework.beans.factory.config.DependencyProxyBuilder;
import org.springframework.core.DecoratingClassLoader;
import org.springframework.core.NamedThreadLocal;
import org.springframework.util.Assert;

Loading…
Cancel
Save