From 3be05f61e15eeeb0050d46f45046c9a34fa47c02 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Fri, 13 Dec 2019 00:31:28 +0100 Subject: [PATCH] Fix unknown tag in javadoc See gh-19364 --- .../springframework/boot/loader/ExecutableArchiveLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9228153a81..79e322a9d4 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 @@ public abstract class ExecutableArchiveLauncher extends Launcher { /** * 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