#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 20 Jul 2017 12:14:28 +0200
changeset 17595 e1b6d2da39e2
parent 17594 4807ec09eb4b
child 17596 306cffcfa1a0
#DOCUMENTATION by cg class: Tools::MethodCategoryList class comment/format in: #lowSpaceCleanup
Tools__MethodCategoryList.st
--- a/Tools__MethodCategoryList.st	Thu Jul 20 12:05:49 2017 +0200
+++ b/Tools__MethodCategoryList.st	Thu Jul 20 12:14:28 2017 +0200
@@ -89,9 +89,12 @@
 !MethodCategoryList class methodsFor:'cleanup'!
 
 lowSpaceCleanup
+    "cleanup in low-memory situations"
+
     self flushMethodInfo
 
     "Created: / 08-08-2011 / 19:15:25 / cg"
+    "Modified (comment): / 20-07-2017 / 12:06:12 / cg"
 ! !
 
 !MethodCategoryList class methodsFor:'interface specs'!