Skip to content

Commit 9f082b7

Browse files
committed
Javadoc: The @deprecated tag should be last.
1 parent 0ebaef0 commit 9f082b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,8 @@ public boolean getRemoveAbandonedOnMaintenance() {
10301030
*
10311031
* @see AbandonedConfig#getRemoveAbandonedTimeoutDuration()
10321032
* @see AbandonedConfig#getRemoveAbandonedTimeoutDuration()
1033-
* @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
10341033
* @since 2.11.0
1034+
* @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
10351035
*/
10361036
@Deprecated
10371037
public int getRemoveAbandonedTimeout() {

0 commit comments

Comments
 (0)