Monitor.st
changeset 4500 1b28ecb2deef
parent 4479 36c7825beafc
--- a/Monitor.st	Wed Aug 09 14:12:50 2017 +0200
+++ b/Monitor.st	Wed Aug 09 14:13:35 2017 +0200
@@ -247,10 +247,11 @@
 !Monitor methodsFor:'initialization'!
 
 initialize
-    sema := Semaphore new name:'monitorSema'.
+    sema := Semaphore name:'monitorSema'.
     count := 0.
 
-    "Created: 3.5.1996 / 17:24:59 / cg"
+    "Created: / 03-05-1996 / 17:24:59 / cg"
+    "Modified: / 09-08-2017 / 11:55:31 / cg"
 ! !
 
 !Monitor methodsFor:'queries'!