@Override
 public int compareTo(ProjectSprintSnapshot other) {
   return ilarkesto.core.localization.GermanComparator.INSTANCE.compare(
       toString(), other.toString());
 }
Example #2
0
 @Override
 public int compareTo(SimpleEvent other) {
   return ilarkesto.core.localization.GermanComparator.INSTANCE.compare(
       toString(), other.toString());
 }