mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
moved to analysis
This commit is contained in:
@@ -26,6 +26,8 @@ import org.jetbrains.annotations.Nullable;
|
||||
import java.util.Collection;
|
||||
|
||||
public interface BatchSuppressManager {
|
||||
String SUPPRESS_INSPECTIONS_ANNOTATION_NAME = "java.lang.SuppressWarnings";
|
||||
|
||||
class SERVICE {
|
||||
public static BatchSuppressManager getInstance() {
|
||||
return ServiceManager.getService(BatchSuppressManager.class);
|
||||
|
||||
Reference in New Issue
Block a user