mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java-parser] Fix unnecessary qualifiers for static fields for parsers
GitOrigin-RevId: 8e0e9b3351cfc9229137661c555e898194e53060
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a468bb0988
commit
4221b3e7bb
@@ -18,6 +18,8 @@ import java.util.Map;
|
||||
|
||||
import static com.intellij.psi.impl.source.BasicElementTypes.*;
|
||||
|
||||
//suppress to be clear, what type is used
|
||||
@SuppressWarnings("UnnecessarilyQualifiedStaticUsage")
|
||||
public abstract class AbstractBasicJavaFileHighlighter extends SyntaxHighlighterBase {
|
||||
private final Map<IElementType, TextAttributesKey> ourMap1;
|
||||
private final Map<IElementType, TextAttributesKey> ourMap2;
|
||||
|
||||
Reference in New Issue
Block a user