no message

This commit is contained in:
2024-10-17 22:18:10 +03:00
parent 6b7ed74c60
commit b871d2673b
10 changed files with 32 additions and 67 deletions

View File

@@ -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) {