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
The following commit(s) were added to refs/heads/9.0.x by this push: new 7d55eb82c1 Update clean-up configuration to add removal of redundant modifiers 7d55eb82c1 is described below commit 7d55eb82c1b8e73d9e7b38de466154a5f903f1c5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 15 12:01:56 2023 +0000 Update clean-up configuration to add removal of redundant modifiers --- 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 4a5b69aa25..b250c8798a 100644 --- a/res/ide-support/eclipse/clean-up-asf-tomcat.xml +++ b/res/ide-support/eclipse/clean-up-asf-tomcat.xml @@ -118,7 +118,7 @@ <setting id="cleanup.convert_to_enhanced_for_loop" value="false"/> <setting id="cleanup.remove_unused_private_fields" value="true"/> <setting id="cleanup.never_use_blocks" value="false"/> - <setting id="cleanup.remove_redundant_modifiers" value="false"/> + <setting id="cleanup.remove_redundant_modifiers" value="true"/> <setting id="cleanup.unreachable_block" value="false"/> <setting id="cleanup.redundant_falling_through_block_end" value="false"/> <setting id="cleanup.switch" value="false"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org