Change.st
changeset 235 3ebfdc6edab9
parent 85 c354e2f81394
child 378 f106015c98a6
--- a/Change.st	Thu Apr 25 18:48:42 1996 +0200
+++ b/Change.st	Thu Apr 25 19:05:13 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#Change
-	 instanceVariableNames:'source'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Changes'
+	instanceVariableNames:'source'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Changes'
 !
 
 !Change class methodsFor:'documentation'!
@@ -36,11 +36,10 @@
 documentation
 "
     abstract superclass for all kind of changes - managed in changeSets.
+
+    [author:]
+        Claus Gittinger
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.9 1995-11-23 01:53:49 cg Exp $'
 ! !
 
 !Change methodsFor:'source'!
@@ -49,3 +48,8 @@
     ^ source
 ! !
 
+!Change class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.10 1996-04-25 17:04:48 cg Exp $'
+! !