diff src/luan/modules/http/NotFound.java @ 1402:27efb1fcbcb5

move luan.lib to goodjava
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Sep 2019 01:35:01 -0400
parents a3d0d1c2ce89
children
line wrap: on
line diff
--- a/src/luan/modules/http/NotFound.java	Mon Sep 16 22:51:41 2019 -0400
+++ b/src/luan/modules/http/NotFound.java	Tue Sep 17 01:35:01 2019 -0400
@@ -1,8 +1,8 @@
 package luan.modules.http;
 
-import luan.lib.webserver.Request;
-import luan.lib.webserver.Response;
-import luan.lib.webserver.Handler;
+import goodjava.webserver.Request;
+import goodjava.webserver.Response;
+import goodjava.webserver.Handler;
 
 
 public class NotFound implements Handler {