#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 25 Jul 2017 11:27:02 +0200
changeset 22092 0ddced7926e5
parent 22091 b9d834a0cb7e
child 22093 be39998ccf1b
#DOCUMENTATION by stefan class: Notification class comment/format in: #notify:
Notification.st
--- a/Notification.st	Tue Jul 25 09:06:37 2017 +0200
+++ b/Notification.st	Tue Jul 25 11:27:02 2017 +0200
@@ -217,10 +217,12 @@
      value, if there is no handler."
 
     "/ cg: must be redefined, so we get a reasonable originator
-    "/ some apps depend on aoriginator being the non-exception context here.
+    "/ some apps depend on an originator being the non-exception context here.
     "/ (do not do a self raiseRequestErrorString: here)
     ^ self basicNew
         raiseRequestErrorString:aMessageString in:thisContext sender
+
+    "Modified (comment): / 25-07-2017 / 09:53:25 / stefan"
 !
 
 notify:aMessageString with:aParameter