File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-context/src/test/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,15 +210,15 @@ static class ComponentWithMultipleConflictingNames {
210210 @ Retention (RetentionPolicy .RUNTIME )
211211 @ Component
212212 @interface ConventionBasedComponent1 {
213- // This intentionally convention-based. Please do not add @AliasFor.
213+ // This is intentionally convention-based. Please do not add @AliasFor.
214214 // See gh-31093.
215215 String value () default "" ;
216216 }
217217
218218 @ Retention (RetentionPolicy .RUNTIME )
219219 @ Component
220220 @interface ConventionBasedComponent2 {
221- // This intentionally convention-based. Please do not add @AliasFor.
221+ // This is intentionally convention-based. Please do not add @AliasFor.
222222 // See gh-31093.
223223 String value () default "" ;
224224 }
@@ -260,7 +260,7 @@ private static class ComponentFromNonStringMeta {
260260 @ Target (ElementType .TYPE )
261261 @ Controller
262262 @interface TestRestController {
263- // This intentionally convention-based. Please do not add @AliasFor.
263+ // This is intentionally convention-based. Please do not add @AliasFor.
264264 // See gh-31093.
265265 String value () default "" ;
266266 }
You can’t perform that action at this time.
0 commit comments