Skip to content

Commit

Permalink
CAT-1263 Add checkstyle rule RedundantModifier
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpainsi committed Jul 14, 2015
1 parent 08652e1 commit ebe3375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -44,6 +44,6 @@ public List<SequenceAction> addActionToSequence(SequenceAction sequence) {
}

public interface BrickCallback {
public void onCallback();
void onCallback();
}
}
1 change: 1 addition & 0 deletions config/checkstyle.xml
Expand Up @@ -67,6 +67,7 @@
<module name="ModifierOrder">
<message key="mod.order" value="{0}'' modifier out of order with the JLS suggestions" />
</module>
<module name="RedundantModifier" />

<!-- Naming -->
<module name="ClassTypeParameterName">
Expand Down

0 comments on commit ebe3375

Please sign in to comment.