diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-10-06 19:19:06 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-10-06 19:19:06 -0400 |
| commit | e6c3cf3941aff03a01b31b49edd61f4cfca80fc8 (patch) | |
| tree | 5e755c29c12ef4a2ba44ca41d9e0a61f69f9ed89 /src/main/java/tlIItools/AffixSet.java | |
| parent | 3a140a48b3e8e3d0f7667c17bd2ed40933645385 (diff) | |
Info cleanup
Diffstat (limited to 'src/main/java/tlIItools/AffixSet.java')
| -rw-r--r-- | src/main/java/tlIItools/AffixSet.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/tlIItools/AffixSet.java b/src/main/java/tlIItools/AffixSet.java index d7f14211..d43b34e1 100644 --- a/src/main/java/tlIItools/AffixSet.java +++ b/src/main/java/tlIItools/AffixSet.java @@ -9,6 +9,7 @@ import java.util.*; */ public class AffixSet { private static class AffixComparator implements Comparator<Affix> { + @Override public int compare(Affix a1, Affix a2) { if (a1.minLevel == a2.minLevel) { return a1.maxLevel - a2.maxLevel; |
