> Unnecessary cast from List<capture#2-of ?> to > List<?> EventLoggerSkin.java /tools/src/org/apache/pivot/tools/wtk > line > 123 Java Problem > > from: > List<?> treeData = (List<?>)treeView.getTreeData(); > to: > List<?> treeData = treeView.getTreeData(); > > > Todd, you are working on this source in these days, so if you want to > do it ... or telle me. >
I'll take care of that one since I'm in that code -- thanks Sandro! -T
