Iterator.st
changeset 3710 977b18eabbc3
parent 3492 3b41d15b70e9
child 3972 d2982f496366
child 4352 7fd9c0a9ee6f
--- a/Iterator.st	Tue Jan 19 19:07:18 2016 +0100
+++ b/Iterator.st	Fri Jan 22 13:21:46 2016 +0100
@@ -284,11 +284,13 @@
 
 remove: oldObject ifAbsent: anExceptionBlock 
     "Iterators are read-only."
+    
     self shouldNotImplement
 !
 
 removeIdentical: oldObject ifAbsent: anExceptionBlock 
     "Iterators are read-only."
+
     self shouldNotImplement
 ! !
 
@@ -453,10 +455,10 @@
 !Iterator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.33 2015-02-20 23:57:27 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.33 2015-02-20 23:57:27 cg Exp $'
+    ^ '$Header$'
 ! !