Merge branch '6.2.x'
This commit is contained in:
@@ -710,8 +710,7 @@ public abstract class ReflectionUtils {
|
||||
// Keep backing up the inheritance hierarchy.
|
||||
Class<?> targetClass = clazz;
|
||||
do {
|
||||
Field[] fields = getDeclaredFields(targetClass);
|
||||
for (Field field : fields) {
|
||||
for (Field field : getDeclaredFields(targetClass)) {
|
||||
if (ff != null && !ff.matches(field)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user