Skip to content

Commit

Permalink
Polish "Change Banner declaration with new Java Syntax"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 16, 2024
1 parent 9c57444 commit 8ec463c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void printBanner(Environment environment, Class<?> sourceClass, PrintStre
while (padding.length() < STRAP_LINE_SIZE - (version.length() + SPRING_BOOT.length())) {
padding.append(" ");
}

printStream.println(AnsiOutput.toString(AnsiColor.GREEN, SPRING_BOOT, AnsiColor.DEFAULT, padding.toString(),
AnsiStyle.FAINT, version));
printStream.println();
Expand Down
1 change: 1 addition & 0 deletions src/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@
<suppress files="ImportTestcontainersTests\.java" checks="InterfaceIsType" />
<suppress files="MyContainers\.java" checks="InterfaceIsType" />
<suppress files="CertificateMatchingTest\.java" checks="SpringTestFileName" />
<suppress files="SpringBootBanner\.java" checks="SpringLeadingWhitespace" />
</suppressions>

0 comments on commit 8ec463c

Please sign in to comment.