diff options
author | ByteHamster <info@bytehamster.com> | 2020-03-30 14:24:55 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-03-30 14:37:27 +0200 |
commit | 6d3cc1a9dac10e54917ec7562ba3d82d70118eec (patch) | |
tree | f551399bbc254652e787a030e58aac69bd6026e3 /config | |
parent | 6e3d012a8ae6c6ffa6609cfc851dcc022eff26ef (diff) | |
download | AntennaPod-6d3cc1a9dac10e54917ec7562ba3d82d70118eec.zip |
Checkstyle fixes
Diffstat (limited to 'config')
-rw-r--r-- | config/checkstyle/checkstyle-new-code.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/checkstyle/checkstyle-new-code.xml b/config/checkstyle/checkstyle-new-code.xml index 0076bac23..cb2129a60 100644 --- a/config/checkstyle/checkstyle-new-code.xml +++ b/config/checkstyle/checkstyle-new-code.xml @@ -176,7 +176,6 @@ <property name="ignoreFinal" value="false"/> <property name="allowedAbbreviationLength" value="1"/> </module> - <module name="OverloadMethodsDeclarationOrder"/> <module name="VariableDeclarationUsageDistance"/> <module name="MethodParamPad"/> <module name="WhitespaceAfter"/> |