#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Fri, 20 Sep 2019 15:37:04 +0200
changeset 4358 9299b24bc80b
parent 4357 07a48f0f4989
child 4359 1a689188f9aa
#DOCUMENTATION by exept class: Model comment/format in: #addDependent: #removeDependent:
Model.st
--- a/Model.st	Tue Sep 17 12:26:17 2019 +0200
+++ b/Model.st	Fri Sep 20 15:37:04 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -147,9 +149,7 @@
             ]
         ]
     ] ensure:[
-        wasBlocked ifFalse:[
-            OperatingSystem unblockInterrupts
-        ]
+        wasBlocked ifFalse:[ OperatingSystem unblockInterrupts]
     ]
 
     "Modified: / 08-01-1997 / 23:40:30 / cg"
@@ -250,9 +250,7 @@
             ]
         ]
     ] ensure:[
-        wasBlocked ifFalse:[
-            OperatingSystem unblockInterrupts
-        ]
+        wasBlocked ifFalse:[ OperatingSystem unblockInterrupts]
     ]
 
     "Modified: 8.1.1997 / 23:41:39 / cg"