remove methods same as super

This commit is contained in:
Anna.Kozlova
2016-08-12 11:06:57 +02:00
parent 9c57075c58
commit 208ae02ea2
2 changed files with 0 additions and 10 deletions
@@ -754,11 +754,6 @@ public class UnusedDeclarationInspectionBase extends GlobalInspectionTool {
myContext = null;
}
@Override
public boolean isGraphNeeded() {
return true;
}
@TestOnly
public List<EntryPoint> getExtensions() {
return myExtensions;
@@ -49,11 +49,6 @@ import java.util.*;
public class UnusedLibrariesInspection extends GlobalInspectionTool {
@Override
public boolean isGraphNeeded() {
return true;
}
@Nullable
@Override
public RefGraphAnnotator getAnnotator(@NotNull RefManager refManager) {