From 60b097696a707e6389b68023a2c1937f71130035 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 27 Oct 2016 22:12:00 -0400 Subject: Fixed annoying compile issue. Basically, I moved a class, and eclipse couldn't tell --- dice-lang/src/bjc/dicelang/ast/DiceASTParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dice-lang/src/bjc/dicelang/ast/DiceASTParser.java') diff --git a/dice-lang/src/bjc/dicelang/ast/DiceASTParser.java b/dice-lang/src/bjc/dicelang/ast/DiceASTParser.java index 9a36951..7f0fc36 100644 --- a/dice-lang/src/bjc/dicelang/ast/DiceASTParser.java +++ b/dice-lang/src/bjc/dicelang/ast/DiceASTParser.java @@ -5,12 +5,12 @@ import java.util.InputMismatchException; import java.util.function.Function; import java.util.function.Predicate; +import bjc.utils.data.ITree; import bjc.utils.funcdata.FunctionalList; import bjc.utils.funcdata.FunctionalMap; import bjc.utils.funcdata.IList; import bjc.utils.funcdata.IMap; -import bjc.utils.funcdata.ITree; -import bjc.utils.funcdata.Tree; +import bjc.utils.data.Tree; import bjc.utils.funcutils.StringUtils; import bjc.utils.parserutils.TreeConstructor; -- cgit v1.2.3