We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417672c commit 00f75e8Copy full SHA for 00f75e8
src/main/java/org/apache/commons/pool3/BasePooledObjectFactory.java
@@ -41,9 +41,9 @@ public BasePooledObjectFactory() {
41
}
42
43
/**
44
- * No-op.
+ * No-op.
45
*
46
- * @param p ignored
+ * @param p ignored
47
*/
48
@Override
49
public void activateObject(final PooledObject<T> p) throws E {
@@ -62,9 +62,9 @@ public void activateObject(final PooledObject<T> p) throws E {
62
public abstract T create() throws E;
63
64
65
66
67
68
69
70
public void destroyObject(final PooledObject<T> p) throws E {
@@ -77,7 +77,7 @@ public PooledObject<T> makeObject() throws E {
77
78
79
80
81
82
* @param p ignored
83
0 commit comments