|
From: Pavel V. <va...@us...> - 2002-08-19 09:09:46
|
Update of /cvsroot/javaprofiler/test/module
In directory usw-pr-cvs1:/tmp/cvs-serv7544
Modified Files:
TestAllocHistView.java MainThreads.java
Log Message:
added loggin of changes
Index: TestAllocHistView.java
===================================================================
RCS file: /cvsroot/javaprofiler/test/module/TestAllocHistView.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** TestAllocHistView.java 8 Aug 2002 23:35:14 -0000 1.9
--- TestAllocHistView.java 19 Aug 2002 09:09:43 -0000 1.10
***************
*** 191,192 ****
--- 191,198 ----
}
+ /*
+ * $Log$
+ * Revision 1.10 2002/08/19 09:09:43 vachis
+ * added loggin of changes
+ *
+ */
Index: MainThreads.java
===================================================================
RCS file: /cvsroot/javaprofiler/test/module/MainThreads.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** MainThreads.java 7 Aug 2002 17:43:12 -0000 1.5
--- MainThreads.java 19 Aug 2002 09:09:43 -0000 1.6
***************
*** 120,121 ****
--- 120,128 ----
}
}
+
+ /*
+ * $Log$
+ * Revision 1.6 2002/08/19 09:09:43 vachis
+ * added loggin of changes
+ *
+ */
\ No newline at end of file
|