修复一些代码中的 typo (#4190)

This commit is contained in:
Wulian233
2025-08-04 20:30:36 +08:00
committed by GitHub
parent a0ddaf6766
commit bb3d03fc72
9 changed files with 11 additions and 11 deletions

View File

@@ -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"/>