This commit is contained in:
Mike Rosseel 2016-06-21 23:13:08 +02:00
parent 69b0295923
commit 8d8b290f7c

View File

@ -90,8 +90,6 @@ public final class SortedList<E> extends TransformationList<E, E> {
if (comparator != null) {
setComparator(comparator);
}
// throw new RuntimeException("it worked");
}
/**