Skip to content

Commit

Permalink
Merge pull request #19364 from dreis2211
Browse files Browse the repository at this point in the history
* pr/19364:
  Fix unknown tag in javadoc

Closes gh-19364
  • Loading branch information
mbhave committed Dec 13, 2019
2 parents 8dcf1e4 + 3be05f6 commit 51e558b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ protected boolean isSearchCandidate(Archive.Entry entry) {

/**
* 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
Expand Down

0 comments on commit 51e558b

Please sign in to comment.