提交 c8b49158 编写于 作者: C Chris Beams

Remove obsolete ConfigurationClassPostProcessor.getOrder()

上级 b109a07f
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
package org.springframework.context.annotation; package org.springframework.context.annotation;
import java.awt.dnd.Autoscroll;
import java.io.IOException; import java.io.IOException;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;
import java.util.LinkedHashSet; import java.util.LinkedHashSet;
...@@ -25,7 +24,6 @@ import java.util.Set; ...@@ -25,7 +24,6 @@ import java.util.Set;
import org.apache.commons.logging.Log; import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.BeanClassLoaderAware; import org.springframework.beans.factory.BeanClassLoaderAware;
import org.springframework.beans.factory.BeanDefinitionStoreException; import org.springframework.beans.factory.BeanDefinitionStoreException;
import org.springframework.beans.factory.config.BeanDefinition; import org.springframework.beans.factory.config.BeanDefinition;
...@@ -131,10 +129,6 @@ public class ConfigurationClassPostProcessor implements BeanDefinitionRegistryPo ...@@ -131,10 +129,6 @@ public class ConfigurationClassPostProcessor implements BeanDefinitionRegistryPo
this.environment = environment; this.environment = environment;
} }
public int getOrder() {
return Ordered.HIGHEST_PRECEDENCE + 1; // make room for AutoScanningBeanDefinitionRegistrar
}
/** /**
* Derive further bean definitions from the configuration classes in the registry. * Derive further bean definitions from the configuration classes in the registry.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册