The Trunk: Collections-ul.796.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Collections-ul.796.mcz

commits-2
Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.796.mcz

==================== Summary ====================

Name: Collections-ul.796
Author: ul
Time: 18 May 2018, 12:37:42.876883 pm
UUID: f657f34e-d277-4433-b106-f661ef3eef1e
Ancestors: Collections-mt.795

- added missing return to ByteCharacterSet class >> #fromMap:

=============== Diff against Collections-mt.795 ===============

Item was changed:
  ----- Method: ByteCharacterSet class>>fromMap: (in category 'instance creation') -----
  fromMap: aByteArray
+
+ ^self basicNew fromMap: aByteArray!
- self basicNew fromMap: aByteArray!