MethodPrivacyChange.st
changeset 235 3ebfdc6edab9
parent 86 69f0bebb80be
child 654 edeb63d98088
--- a/MethodPrivacyChange.st	Thu Apr 25 18:48:42 1996 +0200
+++ b/MethodPrivacyChange.st	Thu Apr 25 19:05:13 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 MethodChange subclass:#MethodPrivacyChange
-	 instanceVariableNames:'privacy'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Changes'
+	instanceVariableNames:'privacy'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Changes'
 !
 
 !MethodPrivacyChange class methodsFor:'documentation'!
@@ -37,11 +37,10 @@
 "
     instances represent method-privacy changes (as done in the browser). 
     They are typically held in a ChangeSet.
+
+    [author:]
+        Claus Gittinger
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodPrivacyChange.st,v 1.5 1995-11-23 01:56:37 cg Exp $'
 ! !
 
 !MethodPrivacyChange class methodsFor:'instance creation'!
@@ -67,3 +66,9 @@
 
     "Modified: 27.8.1995 / 22:56:58 / claus"
 ! !
+
+!MethodPrivacyChange class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodPrivacyChange.st,v 1.6 1996-04-25 17:04:19 cg Exp $'
+! !