Skip to content

Commit bb3998b

Browse files
committed
HHH-9803 - Checkstyle fix ups
1 parent bbfacee commit bb3998b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/config/checkstyle/checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.1//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
2626
<module name="Checker">
2727

28-
<module name="FileContentsHolder"/>
29-
3028
<module name="SuppressionCommentFilter">
3129
<property name="offCommentFormat" value="CHECKSTYLE:START_ALLOW_FINALIZER"/>
3230
<property name="onCommentFormat" value="CHECKSTYLE:END_ALLOW_FINALIZER"/>
@@ -37,6 +35,8 @@
3735

3836
<module name="TreeWalker">
3937

38+
<module name="FileContentsHolder"/>
39+
4040
<!--
4141
High-priority warnings : fail the build...
4242
-->

0 commit comments

Comments
 (0)