Skip to content

Commit 00f75e8

Browse files
committed
Javadoc typos
1 parent 417672c commit 00f75e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/org/apache/commons/pool3/BasePooledObjectFactory.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public BasePooledObjectFactory() {
4141
}
4242

4343
/**
44-
* No-op.
44+
* No-op.
4545
*
46-
* @param p ignored
46+
* @param p ignored
4747
*/
4848
@Override
4949
public void activateObject(final PooledObject<T> p) throws E {
@@ -62,9 +62,9 @@ public void activateObject(final PooledObject<T> p) throws E {
6262
public abstract T create() throws E;
6363

6464
/**
65-
* No-op.
65+
* No-op.
6666
*
67-
* @param p ignored
67+
* @param p ignored
6868
*/
6969
@Override
7070
public void destroyObject(final PooledObject<T> p) throws E {
@@ -77,7 +77,7 @@ public PooledObject<T> makeObject() throws E {
7777
}
7878

7979
/**
80-
* No-op.
80+
* No-op.
8181
*
8282
* @param p ignored
8383
*/

0 commit comments

Comments
 (0)