You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/02/15 12:02:20 UTC

[tomcat] branch 10.1.x updated: Update clean-up configuration to add removal of redundant modifiers

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new e42418d02a Update clean-up configuration to add removal of redundant modifiers
e42418d02a is described below

commit e42418d02a6aad582dd96fbdb09320e73b8ef9d1
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org