mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
IDEA-87839 fix
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ public class BreakStringOnLineBreaksIntentionAction extends PsiElementBaseIntent
|
||||
return false;
|
||||
}
|
||||
|
||||
if (indexOfSlashN != -1 && Comparing.equal(text.substring(indexOfSlashNSlashR, text.length()), "\\n\\r\"")){
|
||||
if (indexOfSlashNSlashR != -1 && Comparing.equal(text.substring(indexOfSlashNSlashR, text.length()), "\\n\\r\"")){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user