File tree 1 file changed +3
-3
lines changed
spring-context/src/test/java/org/springframework/context/annotation
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,15 +210,15 @@ static class ComponentWithMultipleConflictingNames {
210
210
@ Retention (RetentionPolicy .RUNTIME )
211
211
@ Component
212
212
@interface ConventionBasedComponent1 {
213
- // This intentionally convention-based. Please do not add @AliasFor.
213
+ // This is intentionally convention-based. Please do not add @AliasFor.
214
214
// See gh-31093.
215
215
String value () default "" ;
216
216
}
217
217
218
218
@ Retention (RetentionPolicy .RUNTIME )
219
219
@ Component
220
220
@interface ConventionBasedComponent2 {
221
- // This intentionally convention-based. Please do not add @AliasFor.
221
+ // This is intentionally convention-based. Please do not add @AliasFor.
222
222
// See gh-31093.
223
223
String value () default "" ;
224
224
}
@@ -260,7 +260,7 @@ private static class ComponentFromNonStringMeta {
260
260
@ Target (ElementType .TYPE )
261
261
@ Controller
262
262
@interface TestRestController {
263
- // This intentionally convention-based. Please do not add @AliasFor.
263
+ // This is intentionally convention-based. Please do not add @AliasFor.
264
264
// See gh-31093.
265
265
String value () default "" ;
266
266
}
You can’t perform that action at this time.
0 commit comments