This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push: new 176bcdf Javadoc 176bcdf is described below commit 176bcdf7406aa680a1b5982aabd3f8d2fc83e3ae Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 26 07:12:19 2024 -0400 Javadoc --- src/main/java/org/apache/commons/logging/impl/WeakHashtable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/logging/impl/WeakHashtable.java b/src/main/java/org/apache/commons/logging/impl/WeakHashtable.java index 00a4753..ca0cdcc 100644 --- a/src/main/java/org/apache/commons/logging/impl/WeakHashtable.java +++ b/src/main/java/org/apache/commons/logging/impl/WeakHashtable.java @@ -106,7 +106,7 @@ import java.util.Set; * for most or all users. * * @since 1.1 - * @deprecated No longer used. + * @deprecated No longer used, will be removed in 2.0. */ @Deprecated public final class WeakHashtable extends Hashtable {