#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2020 01:27:17 +0100
changeset 5462 83d68b10da13
parent 5461 2bf7d49fb682
child 5463 c6a3af27138d
#DOCUMENTATION by exept class: SplittingWriteStream comment/format in: #flush
SplittingWriteStream.st
--- a/SplittingWriteStream.st	Wed Feb 26 01:19:50 2020 +0100
+++ b/SplittingWriteStream.st	Wed Feb 26 01:27:17 2020 +0100
@@ -230,6 +230,8 @@
 !
 
 flush
+    "write out all buffered data"
+
     outStream1 flush.
     outStream2 notNil ifTrue:[
         outStream2 flush.