MemoryMonitor.st
branchjv
changeset 12123 4bde08cebd48
parent 10888 858742a12bc2
child 12125 0c49a3b13e43
--- a/MemoryMonitor.st	Fri Jan 27 22:18:53 2012 +0100
+++ b/MemoryMonitor.st	Sun Jan 29 12:53:39 2012 +0000
@@ -264,9 +264,7 @@
 !MemoryMonitor methodsFor:'actions'!
 
 collectGarbage
-     memoryView garbageCollect
-
-    "Modified: / 22-11-2011 / 14:49:49 / cg"
+     memoryView collectGarbage
 !
 
 collectGarbageAndCompress
@@ -300,9 +298,9 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
+    ^ '$Id: MemoryMonitor.st 7816 2011-08-18 08:03:34Z vranyj1 $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
-! !
+    ^ '§Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.68 2011/08/16 13:09:59 stefan Exp §'
+! !
\ No newline at end of file