mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[xml] API cleanup: mark deprecated unused API for removal (IJPL-156972)
GitOrigin-RevId: 125d94f869c821424fab736e7cd280e20d94a6a0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c35965ba8d
commit
7062259054
@@ -18,7 +18,7 @@ package com.intellij.lexer;
|
||||
/**
|
||||
* @deprecated Use or extend {@link XHtmlLexer} directly with {@code highlightMode} set to {@code true}
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public class XHtmlHighlightingLexer extends XHtmlLexer {
|
||||
|
||||
public XHtmlHighlightingLexer() {
|
||||
|
||||
Reference in New Issue
Block a user