[squeak-dev] The Trunk: 60Deprecated-mt.15.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 16 08:30:32 UTC 2018


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.15.mcz

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

Name: 60Deprecated-mt.15
Author: mt
Time: 16 April 2018, 10:30:19.896614 am
UUID: 7a1a3ebc-aee5-d84e-aaf8-5f8d9eb89162
Ancestors: 60Deprecated-mt.14

Deprecate #setAuthorInitials:. Use #authorInitials:.

=============== Diff against 60Deprecated-mt.14 ===============

Item was added:
+ ----- Method: Utilities class>>setAuthorInitials: (in category '*60Deprecated-identification') -----
+ setAuthorInitials: aString
+ 
+ 	self deprecated: 'Use #authorInitials:.'.
+ 	self authorInitials: aString.!



More information about the Squeak-dev mailing list