#TUNING by stefan
authorStefan Vogel <sv@exept.de>
Fri, 11 Aug 2017 11:24:12 +0200
changeset 17617 b0e15ebc84f2
parent 17616 7fae9311f5f3
child 17618 bedd937b4de6
#TUNING by stefan class: Tools::MethodCategoryList class changed: #initialize Send Semaphore>>#name: instead of Semaphore new name:
Tools__MethodCategoryList.st
--- a/Tools__MethodCategoryList.st	Thu Aug 10 16:18:21 2017 +0200
+++ b/Tools__MethodCategoryList.st	Fri Aug 11 11:24:12 2017 +0200
@@ -83,7 +83,7 @@
 
 initialize
     MethodInfoCache := Dictionary new.
-    MethodInfoCacheAccessLock := RecursionLock new name:'MethodInfoCacheAccessLock'.
+    MethodInfoCacheAccessLock := RecursionLock name:'MethodInfoCacheAccessLock'.
 ! !
 
 !MethodCategoryList class methodsFor:'cleanup'!