[FIX] CollectionAtRandom [er] [et] [sm]

Lukas Renggli renggli at student.unibe.ch
Tue Nov 4 20:16:13 UTC 2003


Hi Stef,

ok I see the point. But why not doing it consequently and write

	^self class mutexForPicking critical: [
		self atRandom: self class randomForPicking ]

instead of

	^self class mutexForPicking critical: [
		self atRandom: Collection randomForPicking ]

Cheers,
Lukas

-- 
Lukas Renggli
http://renggli.freezope.org




More information about the Squeak-dev mailing list