mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
Java: remove a piece of dead code (IJ-CR-113878)
GitOrigin-RevId: 9caacd0f9c41555557683adb45f6e22cba5856cd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e45e235900
commit
0fbb531c2f
@@ -1376,8 +1376,6 @@ public final class HighlightUtil {
|
||||
}
|
||||
return HighlightInfo.newHighlightInfo(HighlightInfoType.ERROR).range(expression).descriptionAndTooltip(message);
|
||||
}
|
||||
final HighlightInfo.Builder info1 = checkStringTemplateEscapes(expression, text, level, file, description);
|
||||
if (info1 != null) return info1;
|
||||
int rawLength = rawText.length();
|
||||
StringBuilder chars = new StringBuilder(rawLength);
|
||||
int[] offsets = new int[rawLength + 1];
|
||||
|
||||
Reference in New Issue
Block a user