This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 34a9746a8d Update clean-up configuration to add removal of redundant
modifiers
34a9746a8d is described below
commit 34a9746a8d777919873d3858e26f7f477939a117
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]