We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9f409 commit 0f19ceeCopy full SHA for 0f19cee
src/main/java/org/apache/commons/pool3/impl/BaseGenericObjectPool.java
@@ -1121,8 +1121,9 @@ public boolean isAbandonedConfig() {
1121
}
1122
1123
/**
1124
- * Tests whether this pool instance been closed.
1125
- * @return {@code true} when this pool has been closed.
+ * Tests whether this pool instance is closed.
+ *
1126
+ * @return {@code true} when this pool is closed.
1127
*/
1128
public final boolean isClosed() {
1129
return closed;
0 commit comments