mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
fix BaseExtResourceAction visibility
GitOrigin-RevId: f3cf04fa81d3955328d6f19aa989f07c92816232
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a81976e3a2
commit
2328360b7c
@@ -9,7 +9,7 @@ import com.jetbrains.python.PyTokenTypes;
|
||||
import com.intellij.openapi.util.text.StringUtil;
|
||||
|
||||
|
||||
class _PythonLexer implements FlexLexerEx {
|
||||
public final class _PythonLexer implements FlexLexerEx {
|
||||
|
||||
/** This character denotes the end of file */
|
||||
public static final int YYEOF = -1;
|
||||
|
||||
Reference in New Issue
Block a user