#errorSignal -> #description
authorStefan Vogel <sv@exept.de>
Fri, 11 Apr 2003 19:36:24 +0200
changeset 7206 adcf244acd07
parent 7205 903fef64420c
child 7207 2382822f9abc
#errorSignal -> #description
Signal.st
--- a/Signal.st	Fri Apr 11 18:47:17 2003 +0200
+++ b/Signal.st	Fri Apr 11 19:36:24 2003 +0200
@@ -228,7 +228,9 @@
 !Signal methodsFor:'accessing'!
 
 errorString
-    "#errorString is deprecated, use description instead"
+    "errorString is deprecated, use description instead"
+
+    <resource:#obsolete>
 
     ^ self description
 !
@@ -887,5 +889,5 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.89 2002-07-15 09:45:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.90 2003-04-11 17:36:24 stefan Exp $'
 ! !