We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebaef0 commit 9f082b7Copy full SHA for 9f082b7
1 file changed
src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
@@ -1030,8 +1030,8 @@ public boolean getRemoveAbandonedOnMaintenance() {
1030
*
1031
* @see AbandonedConfig#getRemoveAbandonedTimeoutDuration()
1032
1033
- * @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
1034
* @since 2.11.0
+ * @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
1035
*/
1036
@Deprecated
1037
public int getRemoveAbandonedTimeout() {
0 commit comments