Skip to content

Commit d0c1616

Browse files
committed
Javadoc
1 parent 1557af1 commit d0c1616

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
package org.apache.commons.pool2;
1818

1919
/**
20+
* Enumerates destroy modes for pooled objects.
21+
* <p>
2022
* Destroy context provided to object factories via {@code destroyObject} and {@code invalidateObject} methods. Values
2123
* provide information about why the pool is asking for a pooled object to be destroyed.
24+
* </p>
2225
*
2326
* @since 2.9.0
2427
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.apache.commons.pool2;
1818

1919
/**
20-
* Provides all possible states of a {@link PooledObject}.
20+
* Enumerates all possible states of a {@link PooledObject}.
2121
*
2222
* @since 2.0
2323
*/

0 commit comments

Comments
 (0)