Skip to content

Commit

Permalink
Fix outdated links. Closes #709.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237368609
  • Loading branch information
Lorenz Nickel authored and ronshapiro committed Mar 8, 2019
1 parent c16ef66 commit de9b78d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions checkstyle.xml
Expand Up @@ -44,8 +44,8 @@
<module name="TypeName"/>


<!-- Checks for imports -->
<!-- See http://checkstyle.sf.net/config_import.html -->
<!-- Checks for imports -->
<!-- See http://checkstyle.sf.net/config_imports.html -->
<module name="AvoidStarImport"/>
<module name="IllegalImport"/> <!-- defaults to sun.* packages -->
<module name="RedundantImport"/>
Expand Down Expand Up @@ -80,8 +80,8 @@
</module>


<!-- Modifier Checks -->
<!-- See http://checkstyle.sf.net/config_modifiers.html -->
<!-- Modifier Checks -->
<!-- See http://checkstyle.sf.net/config_modifier.html -->
<!--module name="ModifierOrder"/-->
<module name="RedundantModifier"/>

Expand Down

0 comments on commit de9b78d

Please sign in to comment.