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: 7f8d93704b415e3eca55479936300cbfb2dd2cd8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1e099bed94
commit
8fd0bcff95
@@ -32,7 +32,7 @@ public class TestOnlyInspection extends AbstractBaseJavaLocalInspectionTool {
|
||||
@Override
|
||||
@NotNull
|
||||
public String getGroupDisplayName() {
|
||||
return getGENERAL_GROUP_NAME();
|
||||
return getGeneralGroupName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user