Nixed unneeded @SuppressWarnings, from Jamie Doornbos.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2680 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray.j.greenwell
2009-12-14 19:27:20 +00:00
parent deb50bc136
commit 1a56333166
@@ -418,7 +418,6 @@ public class DispatcherServlet extends HttpServlet
/**
* Called when a method throws an exception during template evaluation.
*/
@SuppressWarnings("unchecked") // we have to MethodExceptionEventHandler's signature
public Object methodException (Class clazz, String method, Exception e)
throws Exception
{