# HG changeset patch # User Claus Gittinger # Date 1406118546 -7200 # Node ID 840f00e590c7c552d9954b3ce6d918da01689ab2 # Parent 309515caac43af2e78e36bdacc0924ec4db1e764 class: Collection comment/format in: #asDictionary diff -r 309515caac43 -r 840f00e590c7 Collection.st --- a/Collection.st Tue Jul 22 18:41:45 2014 +0200 +++ b/Collection.st Wed Jul 23 14:29:06 2014 +0200 @@ -1586,7 +1586,8 @@ "return a Dictionary with the receiver collection's elements, using the original keys of the receiver as dictionary key. Notice: this is redefined in Dictionary, where it returns the receiver. - Use asNewDictionary, if you intent to modify the returned collection." + Use asNewDictionary, if you intent to modify the returned collection. + See associationsAsDictionary if you already have a collection of associations" |d| @@ -5611,11 +5612,11 @@ !Collection class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.346 2014-07-16 13:08:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.347 2014-07-23 12:29:06 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.346 2014-07-16 13:08:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.347 2014-07-23 12:29:06 cg Exp $' ! !