692693694695696697698699700
} else { row[7] = " "; } } SortDirection enumValForDirection = SortDirection.valueOf(sortDirection); table.sort(column, enumValForDirection); return table; }
851852853854855856857858859
row[6] = target.red; row[7] = target.orange; row[8] = target.yellow; } SortDirection enumValForDirection = SortDirection.valueOf(sortDirection); table.sort(column, enumValForDirection); return table; }