1
0

Deprecate org.apache.commons.logging.impl.WeakHashtable without

replacement.
This commit is contained in:
Gary Gregory
2023-11-20 09:43:37 -05:00
parent 0467d4151a
commit c265c9d46e
2 changed files with 6 additions and 0 deletions

View File

@@ -106,7 +106,9 @@ import java.util.Set;
* for most or all users.
*
* @since 1.1
* @deprecated No longer used.
*/
@Deprecated
public final class WeakHashtable extends Hashtable {
/** Entry implementation */