Skip to content

Commit 97d7bff

Browse files
committed
Javadoc
Use HTML 'em' tag instead of 'i' tag
1 parent 269589b commit 97d7bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/commons/pool2/KeyedObjectPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* }
5050
* }</pre>
5151
* <p>
52-
* {@link KeyedObjectPool} implementations <i>may</i> choose to store at most
52+
* {@link KeyedObjectPool} implementations <em>may</em> choose to store at most
5353
* one instance per key value, or may choose to maintain a pool of instances
5454
* for each key (essentially creating a {@link java.util.Map Map} of
5555
* {@link ObjectPool pools}).

src/test/java/org/apache/commons/pool2/AbstractTestKeyedObjectPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private void clear(final FailingKeyedPooledObjectFactory factory, final List<Met
205205

206206
/**
207207
* Creates an {@link KeyedObjectPool} instance
208-
* that can contain at least <i>minCapacity</i>
208+
* that can contain at least <em>minCapacity</em>
209209
* idle and active objects, or
210210
* throw {@link IllegalArgumentException}
211211
* if such a pool cannot be created.

0 commit comments

Comments
 (0)