File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-core/src/main/java/org/springframework/util Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2017 the original author or authors.
2
+ * Copyright 2002-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -645,8 +645,7 @@ private static List<Method> findConcreteMethodsOnInterfaces(Class<?> clazz) {
645
645
}
646
646
647
647
/**
648
- * Invoke the given callback on all fields in the target class, going up the
649
- * class hierarchy to get all declared fields.
648
+ * Invoke the given callback on all locally declared fields in the given class.
650
649
* @param clazz the target class to analyze
651
650
* @param fc the callback to invoke for each field
652
651
* @since 4.2
You can’t perform that action at this time.
0 commit comments