minor: update for comment

This commit is contained in:
Roman Ivanov 2016-01-26 12:51:51 -08:00
parent 999921d5db
commit 32953ad617
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@
<module name="ParameterAssignment"/>
<module name="RequireThis">
<!--
till https://github.com/checkstyle/checkstyle/issues/2362
we will not use that fanatic validation, extra modifiers pollute a code
it is better to use different names for arguments, or expect IDE to highlight field.
But this Check will exists as it was created by community demand.