Skip to content

Commit d25d780

Browse files
committed
Javadoc typos
1 parent 6442d47 commit d25d780

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

4242
/**
43-
* No-op.
43+
* No-op.
4444
*
45-
* @param p ignored
45+
* @param p ignored
4646
*/
4747
@Override
4848
public void activateObject(final PooledObject<T> p) throws Exception {
@@ -61,9 +61,9 @@ public void activateObject(final PooledObject<T> p) throws Exception {
6161
public abstract T create() throws Exception;
6262

6363
/**
64-
* No-op.
64+
* No-op.
6565
*
66-
* @param p ignored
66+
* @param p ignored
6767
*/
6868
@Override
6969
public void destroyObject(final PooledObject<T> p) throws Exception {
@@ -76,7 +76,7 @@ public PooledObject<T> makeObject() throws Exception {
7676
}
7777

7878
/**
79-
* No-op.
79+
* No-op.
8080
*
8181
* @param p ignored
8282
*/

0 commit comments

Comments
 (0)