File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -230,7 +230,7 @@ private static BeanDefinitionHolder registerPostProcessor(
230
230
return new BeanDefinitionHolder (definition , beanName );
231
231
}
232
232
233
- static void processCommonDefinitionAnnotations (AnnotatedBeanDefinition abd ) {
233
+ public static void processCommonDefinitionAnnotations (AnnotatedBeanDefinition abd ) {
234
234
AnnotationMetadata metadata = abd .getMetadata ();
235
235
if (metadata .isAnnotated (Primary .class .getName ())) {
236
236
abd .setPrimary (true );
@@ -260,5 +260,4 @@ static BeanDefinitionHolder applyScopedProxyMode(
260
260
return ScopedProxyCreator .createScopedProxy (definition , registry , proxyTargetClass );
261
261
}
262
262
263
-
264
263
}
You can’t perform that action at this time.
0 commit comments