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
The following commit(s) were added to refs/heads/main by this push: new 6776cb6 Clean up 6776cb6 is described below commit 6776cb6f3213af953ec350f37084c6370acf3732 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu May 27 16:21:22 2021 +0100 Clean up --- java/jakarta/annotation/sql/DataSourceDefinition.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/jakarta/annotation/sql/DataSourceDefinition.java b/java/jakarta/annotation/sql/DataSourceDefinition.java index d93b920..cfbf7f6 100644 --- a/java/jakarta/annotation/sql/DataSourceDefinition.java +++ b/java/jakarta/annotation/sql/DataSourceDefinition.java @@ -117,5 +117,4 @@ public @interface DataSourceDefinition { * @return the login timeout */ int loginTimeout() default 0; - } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org