From: Jan S. <st...@us...> - 2002-07-14 17:59:46
|
Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi In directory usw-pr-cvs1:/tmp/cvs-serv30534/NET/sourceforge/javaprofiler/JPI Modified Files: GCRunRef.java Log Message: Obsolete comment removed. Index: GCRunRef.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/GCRunRef.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** GCRunRef.java 2 Jul 2002 20:17:13 -0000 1.2 --- GCRunRef.java 14 Jul 2002 17:59:41 -0000 1.3 *************** *** 31,39 **** } - //add method - //List VirtualMachineImage.getGCRuns() - /* * $Log$ * Revision 1.2 2002/07/02 20:17:13 stolis * License added. --- 31,39 ---- } /* * $Log$ + * Revision 1.3 2002/07/14 17:59:41 stolis + * Obsolete comment removed. + * * Revision 1.2 2002/07/02 20:17:13 stolis * License added. |