Skip to content

Commit ad5b844

Browse files
committed
Fix checkstyle issues
MissingParametersFailureAnalyzer looks like it has been commited by accident.
1 parent b5de387 commit ad5b844

File tree

2 files changed

+1
-84
lines changed

2 files changed

+1
-84
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
@@ -106,7 +106,7 @@ private static String getExceptionTypeAndMessage(Throwable ex) {
106106
return ex.getClass().getName() + (StringUtils.hasText(message) ? ": " + message : "");
107107
}
108108

109-
public static void appendPossibility(StringBuilder description) {
109+
static void appendPossibility(StringBuilder description) {
110110
if (!description.toString().endsWith(System.lineSeparator())) {
111111
description.append("%n".formatted());
112112
}

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

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)