CodeGeneratorTool.st
changeset 16194 e10c2e7af6e0
parent 15399 3c49989e6963
child 16213 f667b5b42a11
child 16248 45410319cf3b
--- a/CodeGeneratorTool.st	Fri Mar 25 17:09:27 2016 +0100
+++ b/CodeGeneratorTool.st	Fri Mar 25 17:09:47 2016 +0100
@@ -838,7 +838,7 @@
     self subclassResponsibility
 ! !
 
-!CodeGeneratorTool class methodsFor:'testing'!
+!CodeGeneratorTool class methodsFor:'queries'!
 
 isAbstract
     ^ self == CodeGeneratorTool
@@ -1790,10 +1790,10 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.112 2015-02-24 11:49:55 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.112 2015-02-24 11:49:55 cg Exp $'
+    ^ '$Header$'
 ! !