NIHVIVO-510 Remove warnings for deprecated methods in ServletContext
This commit is contained in:
parent
d34b0deeff
commit
bddc92fb72
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ import javax.servlet.ServletException;
|
|||
/**
|
||||
* A simple stand-in for the {@link ServletContext}, for use in unit tests.
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class ServletContextStub implements ServletContext {
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue