Class.st
changeset 9741 052e9026f42a
parent 9724 48fd8714ebae
child 9815 cb3a9069eb91
--- a/Class.st	Thu Aug 24 23:06:20 2006 +0200
+++ b/Class.st	Fri Aug 25 18:01:01 2006 +0200
@@ -4308,7 +4308,8 @@
 
     Class methodRedefinitionNotification answer:#keep do:[
         Class withoutUpdatingChangesDo:[
-            mthd := Compiler compile:(self nameOfVersionMethod) , '
+            mthd := Compiler compile:
+(self nameOfVersionMethod) , '
     ^ ''' , newRevisionString , '''
 '
                      forClass:cls
@@ -4598,5 +4599,5 @@
 !Class class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.500 2006-08-24 13:10:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.501 2006-08-25 16:01:01 cg Exp $'
 ! !