mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Merge pull request #1759 from igor-suhorukov
* pr/1759: Nested "enum"s should not be declared static
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ public class ReflectionHelper {
|
||||
}
|
||||
|
||||
|
||||
static enum ArgumentsMatchKind {
|
||||
enum ArgumentsMatchKind {
|
||||
|
||||
/** An exact match is where the parameter types exactly match what the method/constructor is expecting */
|
||||
EXACT,
|
||||
|
||||
Reference in New Issue
Block a user