squash
This commit is contained in:
parent
6d974b5fa8
commit
b02a01d35e
@ -99,11 +99,4 @@ public class LessonMenuService {
|
|||||||
return menu;
|
return menu;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class CustomComparator implements java.util.Comparator<Integer> {
|
|
||||||
@Override
|
|
||||||
public int compare(Integer o1, Integer o2) {
|
|
||||||
return o1.compareTo(o2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user