Merge pull request #19364 from dreis2211

* pr/19364:
  Fix unknown tag in javadoc

Closes gh-19364
pull/19369/head
Madhura Bhave 5 years ago
commit 51e558b08d

@ -101,7 +101,7 @@ public abstract class ExecutableArchiveLauncher extends Launcher {
/** /**
* Return if post processing needs to be applied to the archives. For back * 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 * {@link #postProcessClassPathArchives(List)} should provide an implementation that
* returns {@code false}. * returns {@code false}.
* @return if the {@link #postProcessClassPathArchives(List)} method is implemented * @return if the {@link #postProcessClassPathArchives(List)} method is implemented

Loading…
Cancel
Save