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

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git

commit 0f6a7c7f8e58cc0316d5a0cc60e2879ac34caa02
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Jul 21 15:40:36 2021 +0200

    [checkstyle] (coding) OverloadMethodsDeclarationOrder
    
    keep public and private methods next to each other instead
---
 checkstyle-suppressions.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 2e05dca..5876e15 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -22,5 +22,6 @@
   <suppress checks="ClassFanOutComplexity" 
files=".*\/SimpleMailService\.java"/>
   <suppress checks="ClassFanOutComplexity" 
files=".*\/SimpleMessageBuilder\.java"/>
   <suppress checks="ClassDataAbstractionCoupling" 
files=".*\/SimpleMessageBuilder\.java"/>
+  <suppress checks="OverloadMethodsDeclarationOrder" 
files=".*\/SimpleMessageBuilder\.java"/>
   <suppress checks="MultipleStringLiterals" 
files=".*\/SimpleMailServiceConfiguration\.java"/>
 </suppressions>

Reply via email to