Oops, forgot to remove the instvar from class definition.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 12 Aug 2013 02:44:57 +0200
changeset 893 822c94cd6f8d
parent 892 1922021ef56b
child 894 0c981690a584
Oops, forgot to remove the instvar from class definition.
MCMethodDefinition.st
--- a/MCMethodDefinition.st	Mon Aug 12 02:40:30 2013 +0200
+++ b/MCMethodDefinition.st	Mon Aug 12 02:44:57 2013 +0200
@@ -2,7 +2,7 @@
 
 MCDefinition subclass:#MCMethodDefinition
 	instanceVariableNames:'classIsMeta source category selector className timeStamp
-		installedClassName'
+	'
 	classVariableNames:'Definitions'
 	poolDictionaries:''
 	category:'SCM-Monticello-Modeling'
@@ -424,15 +424,15 @@
 !MCMethodDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.13 2013-08-12 00:40:30 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.14 2013-08-12 00:44:57 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.13 2013-08-12 00:40:30 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.14 2013-08-12 00:44:57 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: MCMethodDefinition.st,v 1.13 2013-08-12 00:40:30 vrany Exp $'
+    ^ '$Id: MCMethodDefinition.st,v 1.14 2013-08-12 00:44:57 vrany Exp $'
 ! !