mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +07:00
fix unused declaration (IDEA-110436)
This commit is contained in:
@@ -24,6 +24,7 @@ public class DummyEntryPointsEP extends InspectionEP {
|
||||
public DummyEntryPointsEP() {
|
||||
presentation = DummyEntryPointsPresentation.class.getName();
|
||||
displayName = InspectionsBundle.message("inspection.dead.code.entry.points.display.name");
|
||||
shortName = "";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
@@ -29,7 +29,7 @@ public class DummyEntryPointsPresentation extends UnusedDeclarationPresentation
|
||||
private static final RefEntryPointFilter myFilter = new RefEntryPointFilter();
|
||||
private QuickFixAction[] myQuickFixActions;
|
||||
|
||||
public DummyEntryPointsPresentation(UnusedDeclarationInspection inspection, @NotNull InspectionToolWrapper toolWrapper) {
|
||||
public DummyEntryPointsPresentation(@NotNull InspectionToolWrapper toolWrapper) {
|
||||
super(toolWrapper);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user