#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 20 Jul 2017 12:05:49 +0200
changeset 17594 4807ec09eb4b
parent 17593 cc39ec35a150
child 17595 e1b6d2da39e2
#DOCUMENTATION by cg class: BrowserView class comment/format in: #lowSpaceCleanup
BrowserView.st
--- a/BrowserView.st	Wed Jul 19 13:05:28 2017 +0200
+++ b/BrowserView.st	Thu Jul 20 12:05:49 2017 +0200
@@ -145,13 +145,16 @@
 !BrowserView class methodsFor:'cleanup'!
 
 lowSpaceCleanup
+    "cleanup in low-memory situations"
+
     Icons := DefaultIcon := nil.
 
     "
      self lowSpaceCleanup
     "
 
-    "Modified: / 26.7.1998 / 14:12:23 / cg"
+    "Modified: / 26-07-1998 / 14:12:23 / cg"
+    "Modified (comment): / 20-07-2017 / 12:05:26 / cg"
 ! !
 
 !BrowserView class methodsFor:'defaults'!