#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2020 01:27:39 +0100
changeset 6830 1c99812db765
parent 6829 84d0b230b24a
child 6831 cd449ea016f0
#DOCUMENTATION by exept class: TextCollector comment/format in: #flush
TextCollector.st
--- a/TextCollector.st	Sat Feb 22 10:06:05 2020 +0100
+++ b/TextCollector.st	Wed Feb 26 01:27:39 2020 +0100
@@ -316,6 +316,8 @@
 !
 
 flush
+    "write out all buffered data"
+
     self endEntry.
     super flush
 ! !