From: Lukas P. <pe...@us...> - 2002-08-31 08:44:36
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes In directory usw-pr-cvs1:/tmp/cvs-serv3633 Modified Files: SessionsNode.java Log Message: shows only SnapshotNode2 Index: SessionsNode.java =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes/SessionsNode.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** SessionsNode.java 28 Aug 2002 18:03:26 -0000 1.5 --- SessionsNode.java 31 Aug 2002 08:44:33 -0000 1.6 *************** *** 81,86 **** } else if (key instanceof Snapshot) { // key is Snapshot ! return new Node[]{new SnapshotNode2((Snapshot)key), ! new SnapshotNode((Snapshot)key)}; } else { // key is ConListener --- 81,85 ---- } else if (key instanceof Snapshot) { // key is Snapshot ! return new Node[]{new SnapshotNode2((Snapshot)key)}; } else { // key is ConListener *************** *** 103,106 **** --- 102,108 ---- /* * $Log$ + * Revision 1.6 2002/08/31 08:44:33 petrul + * shows only SnapshotNode2 + * * Revision 1.5 2002/08/28 18:03:26 petrul * temporary change, shows two nodes per one snapshot |