Merge pull request #19364 from dreis2211

* pr/19364:
  Fix unknown tag in javadoc

Closes gh-19364
This commit is contained in:
Madhura Bhave
2019-12-12 17:05:09 -08:00

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