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/tlIItools/Affix.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/tlIItools/Affix.java')
| -rw-r--r-- | src/main/java/tlIItools/Affix.java | 2 |
1 files changed, 1 insertions, 1 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. |
