mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Removed unused code
This commit is contained in:
-3
@@ -79,9 +79,6 @@ public class ReflectionUtils {
|
||||
if (matchInfo.kind == ArgsMatchKind.EXACT) {
|
||||
return new DiscoveredMethod(method, null);
|
||||
} else if (matchInfo.kind == ArgsMatchKind.CLOSE) {
|
||||
if (matchRequiringConversion!=null) {
|
||||
int stop = 1;
|
||||
}
|
||||
closeMatch = method;
|
||||
} else if (matchInfo.kind == ArgsMatchKind.REQUIRES_CONVERSION) {
|
||||
if (matchRequiringConversion!=null) {
|
||||
|
||||
Reference in New Issue
Block a user