Browse Source

Fixing the build...

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@907 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 17 years ago
parent
commit
35a3940008
  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