Missing interface declaration

This commit is contained in:
Jeremy Grelle
2008-04-29 15:07:12 +00:00
parent f26a5322fd
commit be916b2552

View File

@@ -35,7 +35,7 @@ import org.springframework.web.context.support.WebApplicationObjectSupport;
*
* @author Jeremy Grelle
*/
public class RichFacesAjaxHandler extends WebApplicationObjectSupport {
public class RichFacesAjaxHandler extends WebApplicationObjectSupport implements AjaxHandler {
private AjaxHandler delegate = new SpringJavascriptAjaxHandler();