Skip to content

Commit 682a9de

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-45298
2 parents 38354c5 + c8c7632 commit 682a9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class MissingParameterNamesFailureAnalyzer implements FailureAnalyzer {
4242
static final String ACTION = """
4343
Ensure that your compiler is configured to use the '-parameters' flag.
4444
You may need to update both your build tool settings as well as your IDE.
45-
(See https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#parameter-name-retention)
45+
(See https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.1-Release-Notes#parameter-name-retention)
4646
""";
4747

4848
@Override

0 commit comments

Comments
 (0)