MemoryMonitorView.st
branchjv
changeset 16093 a0705d7461fd
parent 15566 184cea584be5
parent 16091 208d54a7e4d6
child 16256 65473fc50115
--- a/MemoryMonitorView.st	Tue Jan 26 09:49:34 2016 +0000
+++ b/MemoryMonitorView.st	Thu Jan 28 06:50:32 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
@@ -11,6 +13,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 View subclass:#MemoryMonitorView
 	instanceVariableNames:'updateInterval updateBlock myProcess oldData newData freeData
 		updateIndex org maxTotal minTotal dX newColor freeColor oldColor
@@ -757,7 +761,7 @@
 previous version.
 
 However, this is normally not a problem, since
-a methods previous code should still be accessable through
+a methods previous code should still be accessible through
 either the changes-file, the sourceCode repository or the classes original
 source file.
 
@@ -775,9 +779,6 @@
         "
         ObjectMemory verboseGarbageCollect.
    ]
-
-
-
 !
 
 collectGarbage
@@ -1046,10 +1047,10 @@
 !MemoryMonitorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitorView.st,v 1.24 2014-02-18 16:46:42 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitorView.st,v 1.24 2014-02-18 16:46:42 stefan Exp $'
+    ^ '$Header$'
 ! !