Skip to content

Commit 7c403a2

Browse files
authored
[Checkstyle] Fix package name of allowed Apache FileUtils
1 parent 8bf50d4 commit 7c403a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.0/config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<module name="IllegalImport">
3232
<property name="id" value="bannedFileUtilsOtherThanApacheCommonsLang3" />
3333
<property name="regexp" value="true" />
34-
<property name="illegalClasses" value="^.+(?&lt;!org\.apache\.commons\.lang3\.)FileUtils.*" />
34+
<property name="illegalClasses" value="^.+(?&lt;!org\.apache\.commons\.io\.)FileUtils.*" />
3535
</module>
3636
<module name="IllegalImport">
3737
<property name="id" value="bannedJavaEmptyCollections" />

0 commit comments

Comments
 (0)