category
authorClaus Gittinger <cg@exept.de>
Mon, 19 May 2003 11:11:14 +0200
changeset 4908 1e145ba4eab7
parent 4907 13536c12d839
child 4909 e6b77dc6942e
category
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Mon May 19 11:09:59 2003 +0200
+++ b/CodeGeneratorTool.st	Mon May 19 11:11:14 2003 +0200
@@ -895,7 +895,7 @@
 '.
 ! !
 
-!CodeGeneratorTool class methodsFor:'code generation - individual methods'!
+!CodeGeneratorTool class methodsFor:'code generation-individual methods'!
 
 createAcceptVisitorMethod:selector in:aClass
     "create an acceptVisitor: method
@@ -1224,5 +1224,5 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.12 2003-02-21 09:54:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.13 2003-05-19 09:11:14 cg Exp $'
 ! !