[Mc4j-cvs] mc4j/src/org/mc4j/console/dashboard/components TabularDataComponent.java,1.2,1.3
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 22:24:50
|
Update of /cvsroot/mc4j/mc4j/src/org/mc4j/console/dashboard/components In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4716/src/org/mc4j/console/dashboard/components Modified Files: TabularDataComponent.java Log Message: A few tweaks for 1.6 compiling and some errors Index: TabularDataComponent.java =================================================================== RCS file: /cvsroot/mc4j/mc4j/src/org/mc4j/console/dashboard/components/TabularDataComponent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TabularDataComponent.java 12 Apr 2006 19:13:59 -0000 1.2 --- TabularDataComponent.java 12 Apr 2006 22:24:47 -0000 1.3 *************** *** 144,148 **** //noinspection unchecked ! this.values = new ArrayList<CompositeData>(this.data.values()); this.columnKeys = new ArrayList<Object>(this.data.getTabularType().getRowType().keySet()); --- 144,148 ---- //noinspection unchecked ! this.values = new ArrayList(this.data.values()); this.columnKeys = new ArrayList<Object>(this.data.getTabularType().getRowType().keySet()); |