Skip to content

Commit 423200b

Browse files
ignore
1 parent 7842977 commit 423200b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nohttp/checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<module name="TreeWalker">
1717
<!-- Imports -->
1818
<module name="AvoidStarImport"/>
19-
<!-- <module name="UnusedImports"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
2019
<module name="RedundantImport"/>
21-
<module name="UnusedLocalVariable"/>
20+
<!-- <module name="UnusedImports"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
21+
<!-- <module name="UnusedLocalVariable"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
2222
</module>
2323
</module>

0 commit comments

Comments
 (0)