KeyedCollection.st
branchjv
changeset 17814 b75a7f0c346b
parent 17807 06cc6c49e291
child 17834 04ff72c5039a
--- a/KeyedCollection.st	Tue Nov 30 15:53:23 2010 +0000
+++ b/KeyedCollection.st	Mon Dec 20 07:13:27 2010 +0000
@@ -200,18 +200,19 @@
 !KeyedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: KeyedCollection.st 10590 2010-11-09 16:24:28Z vranyj1 $'
+    ^ '$Id: KeyedCollection.st 10602 2010-12-20 07:13:27Z vranyj1 $'
 !
 
 version_CVS
-    ^ '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_SVN
-    ^ '$Id: KeyedCollection.st 10590 2010-11-09 16:24:28Z vranyj1 $'
+    ^ '$Id: KeyedCollection.st 10602 2010-12-20 07:13:27Z vranyj1 $'
 ! !
 
 
 
 
 
+