修复一些代码中的 typo (#4190)
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<module name="FallThrough"/> <!-- switch fallthrough with statement not allowed http://checkstyle.sourceforge.net/config_coding.html#FallThrough -->
|
||||
<module name="IllegalInstantiation"/> <!-- Must not use const of certain types (Activity, Fragment): http://checkstyle.sourceforge.net/config_coding.html#IllegalInstantiation -->
|
||||
|
||||
<!-- Size Limitiations -->
|
||||
<!-- Size Limitations -->
|
||||
<module name="ParameterNumber"><!-- max params for method http://checkstyle.sourceforge.net/config_sizes.html#ParameterNumber -->
|
||||
<property name="max" value="10"/>
|
||||
<property name="ignoreOverriddenMethods" value="true"/>
|
||||
|
||||
Reference in New Issue
Block a user