comment
authorClaus Gittinger <cg@exept.de>
Wed, 20 Aug 2008 22:37:36 +0200
changeset 11138 8a99f147debf
parent 11137 0de3e736c091
child 11139 91f0a0b1b70a
comment
Stream.st
--- a/Stream.st	Wed Aug 20 19:51:48 2008 +0200
+++ b/Stream.st	Wed Aug 20 22:37:36 2008 +0200
@@ -194,6 +194,7 @@
     ^ ChunkSeparator
 ! !
 
+
 !Stream methodsFor:'accessing'!
 
 contents
@@ -2789,7 +2790,7 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.158 2008-08-08 13:32:01 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.159 2008-08-20 20:37:36 cg Exp $'
 ! !
 
 Stream initialize!