summaryrefslogtreecommitdiff
path: root/dice-lang/src/bjc/dicelang/CompilerTweaker.java
diff options
context:
space:
mode:
authorbjculkin <bjculkin@mix.wvu.edu>2017-03-17 08:36:10 -0400
committerbjculkin <bjculkin@mix.wvu.edu>2017-03-17 08:36:10 -0400
commit94913a2fccff9e80f84ac477c2020bd7c7b1833a (patch)
treebbb2e484b65d5ad2e9a813eb5d9fcfb05aa35023 /dice-lang/src/bjc/dicelang/CompilerTweaker.java
parent348e10db258ae0cd0ae61dd99f6359ac4c8c0bd1 (diff)
Adjust code to refactoring in BJC-Utils.
I moved some stuff around in BJC-Utils, so this adjusts for it.
Diffstat (limited to 'dice-lang/src/bjc/dicelang/CompilerTweaker.java')
-rw-r--r--dice-lang/src/bjc/dicelang/CompilerTweaker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dice-lang/src/bjc/dicelang/CompilerTweaker.java b/dice-lang/src/bjc/dicelang/CompilerTweaker.java
index ef965b5..41f0c10 100644
--- a/dice-lang/src/bjc/dicelang/CompilerTweaker.java
+++ b/dice-lang/src/bjc/dicelang/CompilerTweaker.java
@@ -1,6 +1,6 @@
package bjc.dicelang;
-import bjc.utils.funcutils.TokenSplitter;
+import bjc.utils.parserutils.TokenSplitter;
/**
* Contains methods for customizing the DiceLang and SCL compilers.