From 8ce2377066ea5d02a87142f2ef55eb7c62775ccb Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 7 Apr 2011 08:00:23 +0000 Subject: [PATCH] fixed typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4191 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../src/main/java/org/springframework/util/ReflectionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.core/src/main/java/org/springframework/util/ReflectionUtils.java b/org.springframework.core/src/main/java/org/springframework/util/ReflectionUtils.java index 9f2127ad116..8ce5083c7db 100644 --- a/org.springframework.core/src/main/java/org/springframework/util/ReflectionUtils.java +++ b/org.springframework.core/src/main/java/org/springframework/util/ReflectionUtils.java @@ -570,7 +570,7 @@ public abstract class ReflectionUtils { /** - * Callback optionally used to method fields to be operated on by a method callback. + * Callback optionally used to filter methods to be operated on by a method callback. */ public interface MethodFilter {