mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-29 20:28:59 +00:00
Fix typos
PR <https://github.com/Genymobile/scrcpy/pull/927> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
601b0fecdd
commit
7aed5d5b60
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
|
|||
<module name="SuppressWarningsHolder"/>
|
||||
|
||||
<!-- Checks for imports -->
|
||||
<!-- See http://checkstyle.sf.net/config_import.html -->
|
||||
<!-- See http://checkstyle.sf.net/config_imports.html -->
|
||||
<module name="AvoidStarImport">
|
||||
<property name="allowStaticMemberImports" value="true" />
|
||||
</module>
|
||||
|
@ -99,7 +99,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
|
|||
<module name="WhitespaceAround" />
|
||||
|
||||
<!-- Modifier Checks -->
|
||||
<!-- See http://checkstyle.sf.net/config_modifiers.html -->
|
||||
<!-- See http://checkstyle.sf.net/config_modifier.html -->
|
||||
<module name="ModifierOrder" />
|
||||
<module name="RedundantModifier" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue