mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
tests: remove unnecessary MethodDoesntCallSuperMethod suppressions
after IDEA-168979 having been fixed
This commit is contained in:
@@ -47,7 +47,6 @@ public class LoadProjectTest extends PlatformTestCase {
|
||||
((ProjectImpl)getProject()).registerComponentImplementation(FileEditorManager.class, FileEditorManagerImpl.class);
|
||||
}
|
||||
|
||||
@SuppressWarnings("MethodDoesntCallSuperMethod")
|
||||
@Override
|
||||
protected void tearDown() throws Exception {
|
||||
Project project = getProject();
|
||||
|
||||
Reference in New Issue
Block a user