Skip to content

Commit 7bad3e9

Browse files
author
Paul Thalluri
committed
MOTECH-2269 Add new checkstyle - @RedundantImport check.
1 parent eb5a71a commit 7bad3e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checkstyle.xml

+1
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,6 @@
266266
<module name="CyclomaticComplexity">
267267
<property name="max" value="10"/>
268268
</module>
269+
<module name="RedundantImport"/>
269270
</module>
270271
</module>

0 commit comments

Comments
 (0)