Skip to content

Commit

Permalink
Fix Javadoc generation on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 20, 2025
1 parent ad71151 commit 924c2b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ <h1>Main features</h1>
</tr>
<tr>
<td>
{@link org.apache.commons.collections4.Closure}<br />
{@link org.apache.commons.collections4.Predicate}<br />
{@link org.apache.commons.collections4.Transformer}<br />
{@link org.apache.commons.collections4.Factory}<br />
<ul>
<li>{@link org.apache.commons.collections4.Closure}</li>
<li>{@link org.apache.commons.collections4.Predicate}</li>
<li>{@link org.apache.commons.collections4.Transformer}</li>
<li>{@link org.apache.commons.collections4.Factory}</li>
</ul>
</td>
<td>
A group of <i>functor</i> interfaces that provide plugin behavior to various
Expand Down

0 comments on commit 924c2b2

Please sign in to comment.