HHH-9803 - Checkstyle fix ups

This commit is contained in:
Steve Ebersole 2015-05-18 02:01:51 -05:00
parent bbfacee64d
commit bb3998bf34
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,6 @@
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.1//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
<module name="FileContentsHolder"/>
<module name="SuppressionCommentFilter">
<property name="offCommentFormat" value="CHECKSTYLE:START_ALLOW_FINALIZER"/>
<property name="onCommentFormat" value="CHECKSTYLE:END_ALLOW_FINALIZER"/>
@ -37,6 +35,8 @@
<module name="TreeWalker">
<module name="FileContentsHolder"/>
<!--
High-priority warnings : fail the build...
-->