This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit df5504c67b187796ad18aa49ffdecaa449dff34f Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri May 20 06:55:36 2022 +0100 Fix IDE warnings --- java/org/apache/tomcat/dbcp/dbcp2/DataSourceMXBean.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/java/org/apache/tomcat/dbcp/dbcp2/DataSourceMXBean.java b/java/org/apache/tomcat/dbcp/dbcp2/DataSourceMXBean.java index f6dbef1dd8..7315c5889b 100644 --- a/java/org/apache/tomcat/dbcp/dbcp2/DataSourceMXBean.java +++ b/java/org/apache/tomcat/dbcp/dbcp2/DataSourceMXBean.java @@ -142,7 +142,6 @@ public interface DataSourceMXBean { * * @return {@link BasicDataSource#getMaxConnLifetimeMillis()}. */ - @SuppressWarnings("javadoc") long getMaxConnLifetimeMillis(); /** @@ -171,7 +170,6 @@ public interface DataSourceMXBean { * * @return {@link BasicDataSource#getMaxWaitMillis()}. */ - @SuppressWarnings("javadoc") long getMaxWaitMillis(); /** @@ -179,7 +177,6 @@ public interface DataSourceMXBean { * * @return {@link BasicDataSource#getMinEvictableIdleTimeMillis()}. */ - @SuppressWarnings("javadoc") long getMinEvictableIdleTimeMillis(); /** @@ -229,7 +226,6 @@ public interface DataSourceMXBean { * * @return {@link BasicDataSource#getRemoveAbandonedTimeout()}. */ - @SuppressWarnings("javadoc") int getRemoveAbandonedTimeout(); /** @@ -237,7 +233,6 @@ public interface DataSourceMXBean { * * @return {@link BasicDataSource#getSoftMinEvictableIdleTimeMillis()}. */ - @SuppressWarnings("javadoc") long getSoftMinEvictableIdleTimeMillis(); /** @@ -266,7 +261,6 @@ public interface DataSourceMXBean { * * @return {@link BasicDataSource#getTimeBetweenEvictionRunsMillis()}. */ - @SuppressWarnings("javadoc") long getTimeBetweenEvictionRunsMillis(); /** @@ -295,7 +289,6 @@ public interface DataSourceMXBean { * * @return {@link BasicDataSource#getValidationQueryTimeout()}. */ - @SuppressWarnings("javadoc") int getValidationQueryTimeout(); /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org