mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EscapedMetaCharacterInspection: fixed concatenation
GitOrigin-RevId: f6799744d3bdc0304fb5f1a93577bc1c608149b9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
94896a3955
commit
45a9019fd9
+1
-1
@@ -64,7 +64,7 @@ public class EscapedMetaCharacterInspection extends LocalInspectionTool {
|
||||
@NotNull
|
||||
@Override
|
||||
public String getName() {
|
||||
return CommonQuickFixBundle.message("fix.replace.with.x", '[' + myC + ']');
|
||||
return CommonQuickFixBundle.message("fix.replace.with.x", "[" + myC + ']');
|
||||
}
|
||||
|
||||
@Nls
|
||||
|
||||
Reference in New Issue
Block a user