ClassOtherChange.st
changeset 2163 aadd9a6bf366
parent 2023 1b80f335f828
child 3011 1997ff6e7e55
--- a/ClassOtherChange.st	Thu Sep 24 09:50:47 2009 +0200
+++ b/ClassOtherChange.st	Thu Sep 24 10:41:51 2009 +0200
@@ -32,6 +32,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    Any other class related change
+"
 ! !
 
 !ClassOtherChange methodsFor:'accessing'!
@@ -70,5 +76,5 @@
 !ClassOtherChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassOtherChange.st,v 1.5 2008-10-20 15:11:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassOtherChange.st,v 1.6 2009-09-24 08:41:51 cg Exp $'
 ! !