[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/treeview GenericTreeView.java, 1.51, 1.5
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2006-10-02 14:20:40
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/treeview In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27395/src/net/sourceforge/bprocessor/gui/treeview Modified Files: GenericTreeView.java Log Message: removed writeout Index: GenericTreeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/treeview/GenericTreeView.java,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** GenericTreeView.java 29 Sep 2006 15:07:28 -0000 1.51 --- GenericTreeView.java 2 Oct 2006 14:20:38 -0000 1.52 *************** *** 808,812 **** while (iter.hasNext()) { Space s = (Space)iter.next(); - log.info("interted " + s); this.add(new SpaceNode(s)); ins[i] = this.getChildCount() - 1; --- 808,811 ---- |