1.5 compatibility for yohoho

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2758 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
charlie.groves
2010-03-08 09:33:55 +00:00
parent 8d3dbe9346
commit 1eec46f02a
@@ -418,7 +418,7 @@ public class DispatcherServlet extends HttpServlet
/** /**
* Called when a method throws an exception during template evaluation. * Called when a method throws an exception during template evaluation.
*/ */
@Override @SuppressWarnings("rawtypes") // our super class declares a bare Class @SuppressWarnings("rawtypes") // our super class declares a bare Class
public Object methodException (Class clazz, String method, Exception e) public Object methodException (Class clazz, String method, Exception e)
throws Exception throws Exception
{ {