diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/ExecutableArchiveLauncher.java b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/ExecutableArchiveLauncher.java index 9228153a8108..79e322a9d43b 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/ExecutableArchiveLauncher.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/ExecutableArchiveLauncher.java @@ -101,7 +101,7 @@ protected boolean isSearchCandidate(Archive.Entry entry) { /** * Return if post processing needs to be applied to the archives. For back - * compatibility this method returns {@true}, but subclasses that don't override + * compatibility this method returns {@code true}, but subclasses that don't override * {@link #postProcessClassPathArchives(List)} should provide an implementation that * returns {@code false}. * @return if the {@link #postProcessClassPathArchives(List)} method is implemented