Commit 7471e87c authored by Riegel's avatar Riegel
Browse files

Style: Make isValidator() of AbstractCheck final

parent 352901cb
...@@ -53,7 +53,7 @@ public abstract class AbstractCheck extends Check { ...@@ -53,7 +53,7 @@ public abstract class AbstractCheck extends Check {
} }
@Override @Override
public boolean isValidator() { public final boolean isValidator() {
return false; return false;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment