Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Checkstyle: Disallow assignment of parameters
git-svn-id: http://svn.encuesta.me/trunk/encuestame@828 39e2479b-dd58-4041-9f67-69c9b71f0610
  • Loading branch information
Paola Morales committed Oct 19, 2010
1 parent 392c7fc commit d754918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Expand Up @@ -78,7 +78,7 @@
<module name="JUnitTestCase"/>
<module name="MultipleVariableDeclarations"/>
<module name="PackageDeclaration"/>
<module name="ParameterAssignment"/>
<!-- <module name="ParameterAssignment"/> -->
<module name="ReturnCount">
<property name="max" value="1"/>
</module>
Expand Down

0 comments on commit d754918

Please sign in to comment.