From 751bfe82adf25a9ad2e2923fbb621f80f8e5ddc6 Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Sun, 12 Apr 2020 14:28:40 -0400 Subject: Adjust to BJC-Utils changes Several packages were moved from BJC-Utils to esodata. This makes the necessary changes. --- src/main/java/tlIItools/Affix.java | 2 +- src/main/java/tlIItools/Main.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 } } -- cgit v1.2.3