TODO-Comments are a nice information, but no big deal.

CheckStyle, stop erroring about them!
This commit is contained in:
main() 2011-12-12 16:39:01 +01:00
parent 36c33fba14
commit 1bdca7e615

View File

@ -109,7 +109,9 @@
<!-- Don't like errors for `final` missing
<module name="FinalParameters"/>
-->
<module name="TodoComment"/>
<module name="TodoComment">
<property name="severity" value="info"/>
</module>
<module name="UpperEll"/>
</module>
</module>