Tools__LintService.st
branchjv
changeset 16572 ab23beb4bba6
parent 15566 184cea584be5
parent 16555 6b84fcdf3207
child 16617 69e7de1ef22f
--- a/Tools__LintService.st	Thu May 12 08:33:55 2016 +0200
+++ b/Tools__LintService.st	Thu May 12 09:16:06 2016 +0200
@@ -290,13 +290,19 @@
     "Modified: / 08-03-2012 / 01:16:51 / cg"
 ! !
 
+!LintService methodsFor:'testing'!
+
+isLintService
+    ^ true
+! !
+
 !LintService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.16 2015-02-14 02:44:20 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.16 2015-02-14 02:44:20 cg Exp $'
+    ^ '$Header$'
 ! !