From 27d1f0001ae912c0a0338820c3caa7cc01b4397b Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Sun, 12 Apr 2020 14:16:31 -0400 Subject: Adjust to BJC-Utils changes Several packages were moved from BJC-Utils to esodata. This adjusts to those changes --- .../src/main/java/bjc/pratt/commands/impls/PostCircumfixCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/impls/PostCircumfixCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/impls/PostCircumfixCommand.java b/JPratt/src/main/java/bjc/pratt/commands/impls/PostCircumfixCommand.java index c6ccd2d..cd13342 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/impls/PostCircumfixCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/impls/PostCircumfixCommand.java @@ -4,8 +4,8 @@ import bjc.pratt.ParserContext; import bjc.pratt.blocks.ParseBlock; import bjc.pratt.commands.BinaryPostCommand; import bjc.pratt.tokens.Token; -import bjc.utils.data.ITree; -import bjc.utils.data.Tree; +import bjc.data.ITree; +import bjc.data.Tree; import bjc.utils.parserutils.ParserException; /** -- cgit v1.2.3