diff http/src/luan/modules/http/NotFound.java @ 517:8dcf9e12446b

add Luan.on_luan_close()
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 27 May 2015 01:20:49 -0600
parents 2b9bc97f0439
children a98812908fbc
line wrap: on
line diff
--- a/http/src/luan/modules/http/NotFound.java	Tue May 26 20:59:05 2015 -0600
+++ b/http/src/luan/modules/http/NotFound.java	Wed May 27 01:20:49 2015 -0600
@@ -13,7 +13,7 @@
 		super(luan);
 	}
 
-	public void handle(String target,Request baseRequest,HttpServletRequest request,HttpServletResponse response) 
+	@Override public void handle(String target,Request baseRequest,HttpServletRequest request,HttpServletResponse response) 
 		throws IOException
 	{
 		super.handle("/not_found",baseRequest,request,response);