[jsp] Remove deprecated annotation

This commit is contained in:
Andreas Dangel 2020-03-19 15:16:48 +01:00
parent 8baaef915b
commit 8268e479dd
2 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,7 @@ import net.sourceforge.pmd.lang.ast.impl.javacc.CharStreamFactory;
/**
* JSP Token Manager implementation.
*
* @deprecated This is internal API
*/
@Deprecated
@InternalApi
public class JspTokenManager implements TokenManager {
private final JspParserImplTokenManager tokenManager;

View File

@ -20,7 +20,6 @@ import net.sourceforge.pmd.util.StringUtil;
* @author Victor Bucutea
*
*/
@Deprecated
@InternalApi
public class OpenTagRegister {