mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
LAB-62 get rid of static *Bundle usages: more fields with better names
GitOrigin-RevId: a45cdabe30739e10f6ae9c979819b6ee9d5afdd0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bb8b4b8c66
commit
89c610e27f
@@ -236,7 +236,7 @@ public class CanBeFinalInspection extends GlobalJavaBatchInspectionTool {
|
||||
@Override
|
||||
@NotNull
|
||||
public String getFamilyName() {
|
||||
return getQUICK_FIX_NAME();
|
||||
return getQuickFixName();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -265,7 +265,7 @@ public class CanBeFinalInspection extends GlobalJavaBatchInspectionTool {
|
||||
}
|
||||
}
|
||||
|
||||
private static String getQUICK_FIX_NAME() {
|
||||
private static String getQuickFixName() {
|
||||
return InspectionsBundle.message("inspection.can.be.final.accept.quickfix");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user