Fix unknown tag in javadoc

See gh-19364
This commit is contained in:
dreis2211 2019-12-13 00:31:28 +01:00 committed by Madhura Bhave
parent 8f5777cf9e
commit 3be05f61e1
1 changed files with 1 additions and 1 deletions

View File

@ -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