AbstractClassInstantiationError.st
changeset 14486 e608a50924c3
parent 14461 f41b3d2a8412
child 18011 deb0c3355881
--- a/AbstractClassInstantiationError.st	Fri Nov 02 16:07:15 2012 +0100
+++ b/AbstractClassInstantiationError.st	Fri Nov 02 17:40:18 2012 +0100
@@ -32,6 +32,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+        raised by abstractClassInstantiationError
+"
 ! !
 
 !AbstractClassInstantiationError class methodsFor:'initialization'!
@@ -45,11 +51,11 @@
 !AbstractClassInstantiationError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.1 2012-11-02 08:57:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.2 2012-11-02 16:40:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.1 2012-11-02 08:57:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.2 2012-11-02 16:40:18 cg Exp $'
 ! !
 
 AbstractClassInstantiationError initialize!