comment/format in: #next
authorClaus Gittinger <cg@exept.de>
Mon, 09 Jan 2012 16:55:31 +0100
changeset 13904 1aacd72f4414
parent 13903 f2b227a2fcaa
child 13905 7eb024efb58a
comment/format in: #next
HashStream.st
--- a/HashStream.st	Mon Jan 09 16:54:24 2012 +0100
+++ b/HashStream.st	Mon Jan 09 16:55:31 2012 +0100
@@ -180,9 +180,12 @@
 !HashStream methodsFor:'not implemented'!
 
 next
+    "I can only write"
+
     ^ self shouldNotImplement
 
-    "Created: / 17.3.1999 / 15:11:03 / stefan"
+    "Created: / 17-03-1999 / 15:11:03 / stefan"
+    "Modified (comment): / 09-01-2012 / 16:55:28 / cg"
 ! !
 
 !HashStream methodsFor:'operations'!
@@ -339,9 +342,9 @@
 !HashStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.18 2012-01-09 15:54:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.19 2012-01-09 15:55:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.18 2012-01-09 15:54:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.19 2012-01-09 15:55:31 cg Exp $'
 ! !