Skip to content

Commit a5b9e66

Browse files
committed
Polishing
(cherry picked from commit 2fcae65)
1 parent 78fe55f commit a5b9e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java

+3-3
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)