added reminder

This commit is contained in:
Oliver Burn 2002-09-24 06:47:35 +00:00
parent b84b3fd04a
commit e3134ab9b1
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import com.puppycrawl.tools.checkstyle.api.Check;
import com.puppycrawl.tools.checkstyle.api.DetailAST;
import com.puppycrawl.tools.checkstyle.JavaTokenTypes;
// TODO: need to create a class to represent the constants in JavaTokenTypes.
// Needed to break circular dependencies
public class RedundantModifierCheck extends Check implements JavaTokenTypes
{
private final Stack mInInterface = new Stack();