File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-core/src/main/java/org/springframework/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2019 the original author or authors.
2
+ * Copyright 2002-2021 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.
@@ -93,9 +93,9 @@ public static Method findBridgedMethod(Method bridgeMethod) {
93
93
94
94
/**
95
95
* Returns {@code true} if the supplied '{@code candidateMethod}' can be
96
- * consider a validate candidate for the {@link Method} that is {@link Method#isBridge() bridged}
96
+ * considered a validate candidate for the {@link Method} that is {@link Method#isBridge() bridged}
97
97
* by the supplied {@link Method bridge Method}. This method performs inexpensive
98
- * checks and can be used quickly filter for a set of possible matches.
98
+ * checks and can be used to quickly filter for a set of possible matches.
99
99
*/
100
100
private static boolean isBridgedCandidateFor (Method candidateMethod , Method bridgeMethod ) {
101
101
return (!candidateMethod .isBridge () &&
You can’t perform that action at this time.
0 commit comments