We need this suppression.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2357 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user