Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
Use HTML 'em' tag instead of 'i' tag
  • Loading branch information
garydgregory committed Jul 21, 2024
1 parent 269589b commit 97d7bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* }
* }</pre>
* <p>
* {@link KeyedObjectPool} implementations <i>may</i> choose to store at most
* {@link KeyedObjectPool} implementations <em>may</em> choose to store at most
* one instance per key value, or may choose to maintain a pool of instances
* for each key (essentially creating a {@link java.util.Map Map} of
* {@link ObjectPool pools}).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private void clear(final FailingKeyedPooledObjectFactory factory, final List<Met

/**
* Creates an {@link KeyedObjectPool} instance
* that can contain at least <i>minCapacity</i>
* that can contain at least <em>minCapacity</em>
* idle and active objects, or
* throw {@link IllegalArgumentException}
* if such a pool cannot be created.
Expand Down

0 comments on commit 97d7bff

Please sign in to comment.