GenericException.st
changeset 23318 0c42190db1fb
parent 23307 5698a876ea2c
child 23650 96fa721fc85e
--- a/GenericException.st	Wed Aug 29 13:57:59 2018 +0200
+++ b/GenericException.st	Wed Aug 29 15:28:13 2018 +0200
@@ -572,7 +572,7 @@
     self == GenericException ifTrue:[
         ^ nil
     ].
-    ^ "self" superclass
+    ^ self superclass
 
     "Created: / 23-07-1999 / 14:01:29 / stefan"
     "Modified: / 23-07-1999 / 16:15:38 / stefan"