Suppress deprecation message when compiling. Can't avoid implementing the deprecated method, but we don't need to see the warning.

This commit is contained in:
jeb228 2010-03-21 18:27:36 +00:00
parent c1b15742de
commit d7e274f11b

View file

@ -23,6 +23,7 @@ import javax.servlet.http.HttpSession;
*
* @author jeb228
*/
@SuppressWarnings("deprecation")
public class HttpServletRequestStub implements HttpServletRequest {
// ----------------------------------------------------------------------
// Stub infrastructure
@ -55,7 +56,6 @@ public class HttpServletRequestStub implements HttpServletRequest {
parameters.remove(name);
}
// ----------------------------------------------------------------------
// Stub methods
// ----------------------------------------------------------------------