[xml] XMLLexer - Update deprecation notice

This commit is contained in:
Andreas Dangel 2024-10-31 12:17:27 +01:00
parent 94095df872
commit 6ae7404941
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -11,7 +11,7 @@ import org.antlr.v4.runtime.CharStream;
* This class will be removed in PMD 8.0.0.
* Use {@link net.sourceforge.pmd.lang.xml.ast.XMLLexer} directly instead.
*
* @deprecated
* @deprecated since 7.8.0. Use {@link net.sourceforge.pmd.lang.xml.ast.XMLLexer} directly instead.
*/
@Deprecated
public class XMLLexer extends net.sourceforge.pmd.lang.xml.ast.XMLLexer {