GenericException.st
changeset 15403 0f80e8b30a1a
parent 15336 e9db6bdf3f10
child 15584 64f0803fe869
child 18067 27352a7171ab
--- a/GenericException.st	Mon Jun 17 23:18:07 2013 +0200
+++ b/GenericException.st	Wed Jun 19 08:34:00 2013 +0200
@@ -1392,7 +1392,7 @@
      This will change in the near future; please use #creator to get
      the creator. Marked as obsolete, until the change is done!!"
 
-    self obsoleteMethodWarning:'meaning of #signal will change. Use #creator'.
+    self obsoleteFeatureWarning:'meaning of #signal will change. Use #creator'.
     ^ self creator.
 !
 
@@ -2353,11 +2353,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.141 2013-05-27 14:13:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.142 2013-06-19 06:34:00 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.141 2013-05-27 14:13:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.142 2013-06-19 06:34:00 stefan Exp $'
 ! !