Tools__CodeViewService.st
branchjv
changeset 16572 ab23beb4bba6
parent 15776 17abfc64aa86
parent 16558 c3ef59e150b8
child 16617 69e7de1ef22f
--- a/Tools__CodeViewService.st	Thu May 12 08:33:55 2016 +0200
+++ b/Tools__CodeViewService.st	Thu May 12 09:16:06 2016 +0200
@@ -483,6 +483,10 @@
     ^enabled == true
 
     "Created: / 07-03-2010 / 13:47:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+isLintService
+    ^ false
 ! !
 
 !CodeViewService class methodsFor:'documentation'!