mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed NPE when running test
This commit is contained in:
@@ -41,5 +41,5 @@ public class XmlHighlighterColors {
|
||||
public static final TextAttributesKey HTML_ENTITY_REFERENCE = TextAttributesKey.createTextAttributesKey("HTML_ENTITY_REFERENCE");
|
||||
|
||||
public static final TextAttributesKey HTML_CODE =
|
||||
TextAttributesKey.createTextAttributesKey("HTML_CODE", HighlighterColors.TEXT.getDefaultAttributes().clone());
|
||||
TextAttributesKey.createTextAttributesKey("HTML_CODE", HighlighterColors.TEXT.getDefaultAttributes());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user