Fix broken Javadoc tags

Closes gh-26967
This commit is contained in:
izeye
2021-05-22 09:10:57 +09:00
committed by Sam Brannen
parent ac0e71745b
commit ab2c78a9d5
6 changed files with 7 additions and 7 deletions

View File

@@ -1322,7 +1322,7 @@ public abstract class ClassUtils {
* Note that, despite being synthetic, bridge methods ({@link Method#isBridge()}) are considered
* as user-level methods since they are eventually pointing to a user-declared generic method.
* @param method the method to check
* @return {@code true} if the method can be considered as user-declared; [@code false} otherwise
* @return {@code true} if the method can be considered as user-declared; {@code false} otherwise
*/
public static boolean isUserLevelMethod(Method method) {
Assert.notNull(method, "Method must not be null");