diff src/luan/modules/parsers/BBCode.java @ 1402:27efb1fcbcb5

move luan.lib to goodjava
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Sep 2019 01:35:01 -0400
parents e0cf0d108a77
children 8fbcc4747091
line wrap: on
line diff
--- a/src/luan/modules/parsers/BBCode.java	Mon Sep 16 22:51:41 2019 -0400
+++ b/src/luan/modules/parsers/BBCode.java	Tue Sep 17 01:35:01 2019 -0400
@@ -7,7 +7,7 @@
 import luan.LuanException;
 import luan.modules.Utils;
 import luan.modules.HtmlLuan;
-import luan.lib.parser.Parser;
+import goodjava.parser.Parser;
 
 
 public final class BBCode {