File tree 1 file changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/core/annotation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ final class AnnotationTypeMapping {
58
58
/**
59
59
* Set used to track which convention-based annotation attribute overrides
60
60
* have already been checked. Each key is the combination of the fully
61
- * qualified class names of a composed annotation and a meta-annotation
61
+ * qualified class name of a composed annotation and a meta-annotation
62
62
* that it is either present or meta-present on the composed annotation,
63
63
* separated by a dash.
64
64
* @since 6.0
@@ -319,7 +319,7 @@ private void addConventionMappings() {
319
319
logger .isWarnEnabled ()) {
320
320
logger .warn ("""
321
321
Support for convention-based annotation attribute overrides is deprecated \
322
- and will be removed in Spring Framework 6.1 . Please annotate the following \
322
+ and will be removed in Spring Framework 6.2 . Please annotate the following \
323
323
attributes in @%s with appropriate @AliasFor declarations: %s"""
324
324
.formatted (rootAnnotationTypeName , conventionMappedAttributes ));
325
325
}
You can’t perform that action at this time.
0 commit comments