Remove NoFinalize from the checkstyle rule

- We sometimes use it, although it's very rare.
This commit is contained in:
Trustin Lee 2014-05-07 17:30:56 +09:00
parent 5361c54041
commit 6d906e1ecc
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@
-->
<module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/>
<module name="NoFinalizer"/>
<module name="SuperFinalize"/>
<module name="PackageDeclaration"/>
<module name="ExplicitInitialization"/>