#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 24 Aug 2018 20:04:25 +0200
changeset 4710 6a37e4e17f25
parent 4709 b26d6c21d910
child 4711 c79afbb17776
#DOCUMENTATION by cg class: SharedCollection category of: #synchronizationSemaphore
SharedCollection.st
--- a/SharedCollection.st	Fri Aug 24 20:03:55 2018 +0200
+++ b/SharedCollection.st	Fri Aug 24 20:04:25 2018 +0200
@@ -99,6 +99,12 @@
     "Modified (comment): / 18-02-2017 / 10:49:03 / cg"
 ! !
 
+!SharedCollection methodsFor:'accessing'!
+
+synchronizationSemaphore
+    ^ accessLock
+! !
+
 !SharedCollection methodsFor:'converting'!
 
 asSharedCollection
@@ -126,10 +132,6 @@
 
     "Modified: / 23-02-2017 / 12:41:45 / stefan"
     "Modified: / 09-08-2017 / 11:59:29 / cg"
-!
-
-synchronizationSemaphore
-    ^ accessLock
 ! !
 
 !SharedCollection methodsFor:'message forwarding'!