*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 05 Aug 2002 19:11:14 +0200
changeset 6708 87e87ae4eb4f
parent 6707 790fc577c403
child 6709 1b91cb019bd6
*** empty log message ***
Object.st
--- a/Object.st	Fri Aug 02 19:27:04 2002 +0200
+++ b/Object.st	Mon Aug 05 19:11:14 2002 +0200
@@ -3935,7 +3935,7 @@
      subclass"
 
     ^ Object subclassResponsibilitySignal
-        raiseErrorString:'method must be reimplemented in subclass'
+        raiseRequestErrorString:'method must be reimplemented in subclass'
 !
 
 subscriptBoundsError
@@ -8667,6 +8667,6 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.416 2002-07-31 19:26:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.417 2002-08-05 17:11:14 cg Exp $'
 ! !
 Object initialize!