mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Make inner classes static where possible
Closes gh-22804
This commit is contained in:
committed by
Sam Brannen
parent
261dcab8ce
commit
18af3892dd
+1
-1
@@ -565,7 +565,7 @@ public class CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBean
|
||||
* Class representing generic injection information about an annotated field
|
||||
* or setter method, supporting @Resource and related annotations.
|
||||
*/
|
||||
protected abstract class LookupElement extends InjectionMetadata.InjectedElement {
|
||||
protected abstract static class LookupElement extends InjectionMetadata.InjectedElement {
|
||||
|
||||
protected String name = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user