The Trunk: System-spd.330.mcz

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

The Trunk: System-spd.330.mcz

commits-2
Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-spd.330.mcz

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

Name: System-spd.330
Author: spd
Time: 19 May 2010, 3:58:05.191 pm
UUID: fdd46f61-91b7-44e0-a7d5-021ea9bdca03
Ancestors: System-spd.329

* added comment to SystemOrganizer class>>default explaining its motivation

=============== Diff against System-spd.329 ===============

Item was changed:
  ----- Method: SystemOrganizer class>>default (in category 'class initialization') -----
  default
+ "I have a global instance, SystemOrganization.  In case someone stumbles upon my class, and does not know about the global, it can be accessed from here, too."
 
+   ^ SystemOrganization.
-   ^ SystemOrganization
  !