We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1557af1 commit d0c1616Copy full SHA for d0c1616
2 files changed
src/main/java/org/apache/commons/pool2/DestroyMode.java
@@ -17,8 +17,11 @@
17
package org.apache.commons.pool2;
18
19
/**
20
+ * Enumerates destroy modes for pooled objects.
21
+ * <p>
22
* Destroy context provided to object factories via {@code destroyObject} and {@code invalidateObject} methods. Values
23
* provide information about why the pool is asking for a pooled object to be destroyed.
24
+ * </p>
25
*
26
* @since 2.9.0
27
*/
src/main/java/org/apache/commons/pool2/PooledObjectState.java
@@ -17,7 +17,7 @@
- * Provides all possible states of a {@link PooledObject}.
+ * Enumerates all possible states of a {@link PooledObject}.
* @since 2.0
0 commit comments