no message
This commit is contained in:
@@ -98,7 +98,6 @@ public class BugReportsDBTable extends DBTable<String, BugReport> {
|
||||
public Comparator<BugReport> getComparator() {
|
||||
return (o1, o2) -> -(o1.getDate().compareTo(o2.getDate()));
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getFieldAt(BugReport object, int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
|
||||
Reference in New Issue
Block a user