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-clam.git
commit 3823c77c6a6fd87eb2bfca4ba0cc0a40d97f444c Author: Oliver Lietz <[email protected]> AuthorDate: Wed Sep 8 22:09:19 2021 +0200 [checkstyle] (coding) OverloadMethodsDeclarationOrder --- checkstyle-suppressions.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml index 12cdfea..ab86136 100644 --- a/checkstyle-suppressions.xml +++ b/checkstyle-suppressions.xml @@ -20,4 +20,5 @@ <!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd"> <suppressions> <suppress checks="MissingJavadocMethod" files=".*\/internal\/.*\.java"/> + <suppress checks="OverloadMethodsDeclarationOrder" files=".*\/ClamdService\.java"/> </suppressions>
