Tools__MethodCategoryList.st
changeset 17595 e1b6d2da39e2
parent 17571 6d65bc30452b
child 17617 b0e15ebc84f2
--- 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'!