diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-12 14:28:40 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-12 14:28:40 -0400 |
| commit | 751bfe82adf25a9ad2e2923fbb621f80f8e5ddc6 (patch) | |
| tree | cacb42b4c59f2b869f63fb4dac7ed4e84ff9d9dc /src/main/java | |
| parent | 22378ce01e058c09675e711e2b6c14d3f78dbda6 (diff) | |
Adjust to BJC-Utils changes
Several packages were moved from BJC-Utils to esodata. This makes the
necessary changes.
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/tlIItools/Affix.java | 2 | ||||
| -rw-r--r-- | src/main/java/tlIItools/Main.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/tlIItools/Affix.java b/src/main/java/tlIItools/Affix.java index 94c985c6..8bb4bdfb 100644 --- a/src/main/java/tlIItools/Affix.java +++ b/src/main/java/tlIItools/Affix.java @@ -17,7 +17,7 @@ public class Affix { */ public String intName; - /** + /* * The prefix/suffix attached to the affix. * * In general, only one of these is set for a given affix. diff --git a/src/main/java/tlIItools/Main.java b/src/main/java/tlIItools/Main.java index 4b929381..234f0bd3 100644 --- a/src/main/java/tlIItools/Main.java +++ b/src/main/java/tlIItools/Main.java @@ -2,6 +2,6 @@ package tlIItools; public class Main { public static void main(String[] args) { - + // TODO implement this } } |
