invoke() now takes an Application parameter.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@97 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: DummyLogic.java,v 1.1 2001/03/01 21:06:22 mdb Exp $
|
// $Id: DummyLogic.java,v 1.2 2001/03/15 19:33:14 mdb Exp $
|
||||||
|
|
||||||
package com.samskivert.webmacro;
|
package com.samskivert.webmacro;
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ import org.webmacro.servlet.WebContext;
|
|||||||
*/
|
*/
|
||||||
public class DummyLogic implements Logic
|
public class DummyLogic implements Logic
|
||||||
{
|
{
|
||||||
public void invoke (WebContext context) throws Exception
|
public void invoke (Application app, WebContext context) throws Exception
|
||||||
{
|
{
|
||||||
// we're such a dummy that we do absolutely nothing.
|
// we're such a dummy that we do absolutely nothing.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user