mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
RegExp: make method abstract to force overrides
GitOrigin-RevId: 2e98976e08d7b767d5ed38c541c2df66d7765150
This commit is contained in:
committed by
intellij-monorepo-bot
parent
30e0a78e06
commit
0ab04879ba
@@ -58,9 +58,7 @@ public abstract class RegExpElementImpl extends ASTWrapperPsiElement implements
|
||||
}
|
||||
}
|
||||
|
||||
public void accept(RegExpElementVisitor visitor) {
|
||||
visitor.visitRegExpElement(this);
|
||||
}
|
||||
public abstract void accept(RegExpElementVisitor visitor);
|
||||
|
||||
@Override
|
||||
public PsiElement replace(@NotNull PsiElement psiElement) throws IncorrectOperationException {
|
||||
|
||||
Reference in New Issue
Block a user