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 --- JPratt/src/main/java/bjc/pratt/commands/impls/ConstantCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/impls/ConstantCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/impls/ConstantCommand.java b/JPratt/src/main/java/bjc/pratt/commands/impls/ConstantCommand.java index a3a8526..dc1b206 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/impls/ConstantCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/impls/ConstantCommand.java @@ -3,7 +3,7 @@ package bjc.pratt.commands.impls; import bjc.pratt.ParserContext; import bjc.pratt.commands.InitialCommand; import bjc.pratt.tokens.Token; -import bjc.utils.data.ITree; +import bjc.data.ITree; import bjc.utils.parserutils.ParserException; /** -- cgit v1.2.3