terminals/Xtreams__BlockClosureWriteStream.st
changeset 109 9587e2df7029
parent 78 a9dd8b69b39f
--- a/terminals/Xtreams__BlockClosureWriteStream.st	Thu Feb 16 18:11:55 2012 +0000
+++ b/terminals/Xtreams__BlockClosureWriteStream.st	Fri Mar 15 22:45:50 2013 +0000
@@ -20,8 +20,8 @@
 }}}
 
 Instance Variables
-	contentsSpecies	<Class> species for collections of elements of this stream
-	closeBlock	<BlockClosure> invoked in response to the #close message, allows customizing the close behavior
+	contentsSpecies <Class> species for collections of elements of this stream
+	closeBlock      <BlockClosure> invoked in response to the #close message, allows customizing the close behavior
 
 '
 !
@@ -72,6 +72,8 @@
 
 !BlockClosureWriteStream class methodsFor:'documentation'!
 
-version_SVN
-    ^ '$Id$'
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !
+