Merge pull request #19364 from dreis2211
* pr/19364: Fix unknown tag in javadoc Closes gh-19364
This commit is contained in:
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
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue