File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/org/apache/commons/pool2 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments