diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-17 08:36:10 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-17 08:36:10 -0400 |
| commit | 94913a2fccff9e80f84ac477c2020bd7c7b1833a (patch) | |
| tree | bbb2e484b65d5ad2e9a813eb5d9fcfb05aa35023 /dice-lang/src/bjc/dicelang/CompilerTweaker.java | |
| parent | 348e10db258ae0cd0ae61dd99f6359ac4c8c0bd1 (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.java | 2 |
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.
|
