forked from phoedos/pmd
[jsp] Remove deprecated annotation
This commit is contained in:
parent
8baaef915b
commit
8268e479dd
@ -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;
|
||||
|
@ -20,7 +20,6 @@ import net.sourceforge.pmd.util.StringUtil;
|
||||
* @author Victor Bucutea
|
||||
*
|
||||
*/
|
||||
@Deprecated
|
||||
@InternalApi
|
||||
public class OpenTagRegister {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user