KeyedCollection.st
branchjv
changeset 18120 e3a375d5f6a8
parent 18011 deb0c3355881
parent 17120 246d9198d84e
child 19478 1f5aa87f6170
--- a/KeyedCollection.st	Tue Feb 04 21:09:59 2014 +0100
+++ b/KeyedCollection.st	Wed Apr 01 10:20:10 2015 +0100
@@ -39,9 +39,9 @@
 "
     Abstract superclass for collections which have a key->value mapping.
     This abstract class provides functionality common to those collections,
-    without knowing how the concrete class implements things. Thus, all
-    methods found here depend on some basic mechanisms to be defined in the
-    concrete class. 
+    without knowing how the concrete class implements things. 
+    Thus, all methods found here depend on some basic mechanisms 
+    to be defined in the concrete class. 
     These basic methods are usually defined as #subclassResponsibility here.
     Some methods are also redefined for better performance.
 
@@ -53,7 +53,6 @@
     [author:]
         Claus Gittinger
 "
-
 ! !
 
 !KeyedCollection class methodsFor:'queries'!
@@ -200,9 +199,10 @@
 !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.9 2014-11-26 08:39:20 cg Exp $'
 !
 
 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.9 2014-11-26 08:39:20 cg Exp $'
 ! !
+