API Change: Implement new method isSuppressAll()

This commit is contained in:
Nikolay Krasko
2016-04-14 15:33:44 +03:00
parent db20daae88
commit 72c6c66b48
@@ -223,6 +223,11 @@ public abstract class AndroidLintInspectionBase extends GlobalInspectionTool {
return true;
}
@Override
public boolean isSuppressAll() {
return false;
}
@NotNull
@Override
public String getName() {