Skip to content

Commit

Permalink
Remove the extra space from the configuration of the IllegalType rule…
Browse files Browse the repository at this point in the history
… for CheckStyle, to work around checkstyle/checkstyle#12443.
  • Loading branch information
motlin committed Mar 6, 2024
1 parent ebc0191 commit 7cdbf51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions checkstyle-configuration.xml
Expand Up @@ -273,8 +273,7 @@
java.util.HashMap, HashMap,
java.util.LinkedHashSet, LinkedHashSet,
java.util.TreeSet, TreeSet,
java.lang.StringBuffer, StringBuffer,
" />
java.lang.StringBuffer, StringBuffer," />
</module>
<module name="InnerAssignment" />
<module name="MissingSwitchDefault" />
Expand Down

0 comments on commit 7cdbf51

Please sign in to comment.