Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1000.mcz==================== Summary ====================
Name: System-mt.1000
Author: mt
Time: 6 February 2018, 10:21:09.959461 am
UUID: 22b5ff48-9556-435c-bf2e-4f94d83a2ebe
Ancestors: System-tpr.999
Deprecate #inspectorClassOf: in favor of #inspectorClass.
=============== Diff against System-tpr.999 ===============
Item was removed:
- ----- Method: ToolSet class>>inspectorClassOf: (in category 'inspecting') -----
- inspectorClassOf: anObject
- "Answer the inspector class for the given object. The tool set must know which inspector type to use for which object - the object cannot possibly know what kind of inspectors the toolset provides."
- self default ifNil:[^nil].
- ^self default inspectorClassOf: anObject!