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 4396964921 Fix checkstyle (use spaces rather than tabs) 4396964921 is described below commit 43969649211793ce37f0f5b8b347c1ec3897c936 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Oct 15 12:14:05 2023 +0100 Fix checkstyle (use spaces rather than tabs) --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 6a16b1a38c..a6483740ad 100644 --- a/build.xml +++ b/build.xml @@ -4141,10 +4141,10 @@ reproducible-10=${reproducible-10} </or> <isset property="reproducible-6" /> <isset property="reproducible-7" /> - <isset property="reproducible-8" /> + <isset property="reproducible-8" /> <!-- <isset property="reproducible-9" /> - <isset property="reproducible-10" /> + <isset property="reproducible-10" /> --> </and> </condition> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org