From b12dc5ba42dcc323580b515d9862cd3ec3280713 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Tue, 12 Aug 2008 18:27:40 +0000 Subject: [PATCH] Removed unused code --- .../expression/spel/reflection/ReflectionUtils.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/org.springframework.expression/src/main/java/org/springframework/expression/spel/reflection/ReflectionUtils.java b/org.springframework.expression/src/main/java/org/springframework/expression/spel/reflection/ReflectionUtils.java index 1304f94c6cf..7b33b3bb62e 100644 --- a/org.springframework.expression/src/main/java/org/springframework/expression/spel/reflection/ReflectionUtils.java +++ b/org.springframework.expression/src/main/java/org/springframework/expression/spel/reflection/ReflectionUtils.java @@ -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) {