Browse Source

Correct description for doWithLocalFields

Issue: SPR-16658
pull/1761/head
Juergen Hoeller 8 years ago
parent
commit
3ac46da22f
  1. 3
      spring-core/src/main/java/org/springframework/util/ReflectionUtils.java

3
spring-core/src/main/java/org/springframework/util/ReflectionUtils.java

@ -679,8 +679,7 @@ public abstract class ReflectionUtils { @@ -679,8 +679,7 @@ public abstract class ReflectionUtils {
}
/**
* Invoke the given callback on all fields in the target class, going up the
* class hierarchy to get all declared fields.
* Invoke the given callback on all locally declared fields in the given class.
* @param clazz the target class to analyze
* @param fc the callback to invoke for each field
* @since 4.2

Loading…
Cancel
Save