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 33232721f31a0f88a34c71bac9ce42e42de32c9d Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Nov 24 16:52:40 2023 +0000 Remove unused imports when cleaning up code --- res/ide-support/eclipse/clean-up-asf-tomcat.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ide-support/eclipse/clean-up-asf-tomcat.xml b/res/ide-support/eclipse/clean-up-asf-tomcat.xml index b250c8798a..8f57829edb 100644 --- a/res/ide-support/eclipse/clean-up-asf-tomcat.xml +++ b/res/ide-support/eclipse/clean-up-asf-tomcat.xml @@ -29,7 +29,7 @@ <setting id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class" value="true"/> <setting id="cleanup.useless_continue" value="false"/> <setting id="cleanup.remove_redundant_type_arguments" value="false"/> - <setting id="cleanup.remove_unused_imports" value="false"/> + <setting id="cleanup.remove_unused_imports" value="true"/> <setting id="cleanup.break_loop" value="false"/> <setting id="cleanup.pull_up_assignment" value="false"/> <setting id="cleanup.stringbuilder" value="false"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org