LAB-62 get rid of static *Bundle usages: more fields with better names

GitOrigin-RevId: 7f8d93704b415e3eca55479936300cbfb2dd2cd8
This commit is contained in:
Dmitry.Krasilschikov
2020-01-01 17:13:13 +02:00
committed by intellij-monorepo-bot
parent 1e099bed94
commit 8fd0bcff95
24 changed files with 65 additions and 65 deletions

View File

@@ -32,7 +32,7 @@ public class TestOnlyInspection extends AbstractBaseJavaLocalInspectionTool {
@Override
@NotNull
public String getGroupDisplayName() {
return getGENERAL_GROUP_NAME();
return getGeneralGroupName();
}
@Override