Browse Source

Removed unused code

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@17 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Andy Clement 18 years ago
parent
commit
b49678e4d0
  1. 3
      org.springframework.expression/src/main/java/org/springframework/expression/spel/reflection/ReflectionUtils.java

3
org.springframework.expression/src/main/java/org/springframework/expression/spel/reflection/ReflectionUtils.java

@ -79,9 +79,6 @@ public class ReflectionUtils { @@ -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) {

Loading…
Cancel
Save