no message
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
package _VisualDVM.ProjectData.Messages;
|
||||
import _VisualDVM.Current;
|
||||
import Common.Database.Tables.DataSet;
|
||||
import Common.Database.Tables.iDBTable;
|
||||
import Common.Visual.DataSetControlForm;
|
||||
@@ -51,9 +50,8 @@ public class MessagesDBTable<M extends Message> extends iDBTable<M> {
|
||||
sortKeys.add(new RowSorter.SortKey(6, SortOrder.DESCENDING));
|
||||
sortKeys.add(new RowSorter.SortKey(7, SortOrder.DESCENDING));
|
||||
*/
|
||||
|
||||
// sorter.setSortKeys(sortKeys);
|
||||
// sorter.sort();
|
||||
// sorter.setSortKeys(sortKeys);
|
||||
// sorter.sort();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user