Skip to content

Commit 0f19cee

Browse files
committed
Javadoc
1 parent bd9f409 commit 0f19cee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/org/apache/commons/pool3/impl/BaseGenericObjectPool.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,8 +1121,9 @@ public boolean isAbandonedConfig() {
11211121
}
11221122

11231123
/**
1124-
* Tests whether this pool instance been closed.
1125-
* @return {@code true} when this pool has been closed.
1124+
* Tests whether this pool instance is closed.
1125+
*
1126+
* @return {@code true} when this pool is closed.
11261127
*/
11271128
public final boolean isClosed() {
11281129
return closed;

0 commit comments

Comments
 (0)