We need this suppression.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2357 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2008-08-06 22:11:43 +00:00
parent ca764911c8
commit 52b9886246
@@ -418,6 +418,7 @@ 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
{