This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit ce32393c40e01532b54835f9aeacdfb01f78d64f Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jun 17 14:02:49 2022 +0100 Fix IDE warning after removing unused code --- java/org/apache/tomcat/dbcp/pool2/KeyedPooledObjectFactory.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/dbcp/pool2/KeyedPooledObjectFactory.java b/java/org/apache/tomcat/dbcp/pool2/KeyedPooledObjectFactory.java index 428155d7f9..2ce6cea882 100644 --- a/java/org/apache/tomcat/dbcp/pool2/KeyedPooledObjectFactory.java +++ b/java/org/apache/tomcat/dbcp/pool2/KeyedPooledObjectFactory.java @@ -67,7 +67,6 @@ package org.apache.tomcat.dbcp.pool2; * </p> * * @see KeyedObjectPool - * @see BaseKeyedPooledObjectFactory * * @param <K> The type of keys managed by this factory. * @param <V> Type of element managed by this factory. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org