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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user