API Change: Implement new method isSuppressAll()
This commit is contained in:
+5
@@ -223,6 +223,11 @@ public abstract class AndroidLintInspectionBase extends GlobalInspectionTool {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSuppressAll() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getName() {
|
||||
|
||||
Reference in New Issue
Block a user