remove some of the "deprecated" warnings from the build log.

This commit is contained in:
jeb228 2011-02-08 18:40:30 +00:00
parent bf78f83b7d
commit 38267c6224

View file

@ -20,6 +20,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 {
// ----------------------------------------------------------------------