NIHVIVO-510 Remove warnings for deprecated methods in ServletContext

This commit is contained in:
jeb228 2010-06-04 16:13:11 +00:00
parent d34b0deeff
commit bddc92fb72

View file

@ -19,6 +19,7 @@ import javax.servlet.ServletException;
/** /**
* A simple stand-in for the {@link ServletContext}, for use in unit tests. * A simple stand-in for the {@link ServletContext}, for use in unit tests.
*/ */
@SuppressWarnings("deprecation")
public class ServletContextStub implements ServletContext { public class ServletContextStub implements ServletContext {
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------