KeyedCollection.st
branchjv
changeset 18011 deb0c3355881
parent 17911 a99f15c5efa5
parent 13045 831d8f27a915
child 18120 e3a375d5f6a8
--- a/KeyedCollection.st	Thu Dec 20 11:48:59 2012 +0000
+++ b/KeyedCollection.st	Sat Jan 19 01:30:00 2013 +0000
@@ -200,16 +200,9 @@
 !KeyedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.8 2010/08/24 08:29:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.8 2010-08-24 08:29:08 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.8 2010/08/24 08:29:08 cg Exp §'
-!
-
-version_SVN
-    ^ '$Id: KeyedCollection.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.8 2010-08-24 08:29:08 cg Exp $'
 ! !
-
-
-