# HG changeset patch # User Sebastian Kruse # Date 1358343407 -3600 # Node ID e8f0780b1b6d06eaa775ea068823fceac10a0b39 # Parent 731a2f32978c076e7b3cb9ced3a6df3f4f4a08ec This is abstract enough for now. diff -r 731a2f32978c -r e8f0780b1b6d src/econnect/wp3_3/client/widgets/table/DynamicStiTable.java --- a/src/econnect/wp3_3/client/widgets/table/DynamicStiTable.java Wed Jan 16 14:35:27 2013 +0100 +++ b/src/econnect/wp3_3/client/widgets/table/DynamicStiTable.java Wed Jan 16 14:36:47 2013 +0100 @@ -365,7 +365,6 @@ dataProvider.setList(this.actualObjectSet); //The actual (at this time lexicographical) sorting routine. - //TODO: remove redundant code, make this more abstract ListHandler columnSortHandler = new ListHandler(dataProvider.getList()); ArrayList descriptionDataColumnList = new ArrayList();