remove redundant getName-s for QuickFix inheritors (update)

This commit is contained in:
Dmitry Batkovich
2016-09-28 21:05:21 +03:00
parent c8b4d75c1b
commit ab70f86102
19 changed files with 0 additions and 139 deletions
@@ -96,13 +96,6 @@ public class MigrateAssertToMatcherAssertInspection extends LocalInspectionTool
}
public class MyQuickFix implements LocalQuickFix {
@Nls
@NotNull
@Override
public String getName() {
return getFamilyName();
}
@Nls
@NotNull
@Override