SharedCollection.st
changeset 5143 de87f76d5d87
parent 5138 0793a0374d2a
child 5469 d78065ee4cff
--- a/SharedCollection.st	Sun Aug 25 12:11:18 2019 +0200
+++ b/SharedCollection.st	Sun Aug 25 12:11:41 2019 +0200
@@ -185,7 +185,7 @@
 do:aBlock
     "enumerate the elements while locked"
 
-    ^ accessLock critical:[
+    accessLock critical:[
         realCollection do:aBlock
     ].