MethodChange.st
changeset 235 3ebfdc6edab9
parent 102 3f85fe87cc58
child 648 b7e0ef4b3781
--- a/MethodChange.st	Thu Apr 25 18:48:42 1996 +0200
+++ b/MethodChange.st	Thu Apr 25 19:05:13 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ClassChange subclass:#MethodChange
-	 instanceVariableNames:'selector methodCategory'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Changes'
+	instanceVariableNames:'selector methodCategory'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Changes'
 !
 
 !MethodChange class methodsFor:'documentation'!
@@ -37,11 +37,10 @@
 "
     instances represent method-changes (as done in the browser). 
     They are typically held in a ChangeSet.
+
+    [author:]
+        Claus Gittinger
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.12 1995-12-03 18:12:46 cg Exp $'
 ! !
 
 !MethodChange class methodsFor:'instance creation'!
@@ -66,3 +65,9 @@
 		 space; 
 	    nextPutAll:selector 
 ! !
+
+!MethodChange class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.13 1996-04-25 17:04:25 cg Exp $'
+! !