Skip to content

Commit b129351

Browse files
committed
Javadoc: The @deprecated tag should be last.
1 parent 2867ea3 commit b129351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,8 @@ public boolean getRemoveAbandonedOnMaintenance() {
965965
*
966966
* @see AbandonedConfig#getRemoveAbandonedTimeoutDuration()
967967
* @see AbandonedConfig#getRemoveAbandonedTimeoutDuration()
968-
* @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
969968
* @since 2.11.0
969+
* @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
970970
*/
971971
@Deprecated
972972
public int getRemoveAbandonedTimeout() {

0 commit comments

Comments
 (0)