tools/JavaLintService.st
changeset 3214 c38fcee7b0da
parent 3209 b96f863a8500
child 3418 3df0a2df585e
child 3754 6bb3a38dd587
--- a/tools/JavaLintService.st	Fri Aug 08 07:36:58 2014 +0100
+++ b/tools/JavaLintService.st	Fri Aug 08 11:02:10 2014 +0100
@@ -104,10 +104,10 @@
      must be redefined to return true in subclasses (but each class must do it only
      for itself - not for subclasses"
 
-    ^ self == JavaLintService
+    ^ (self == JavaLintService)
 
     "Created: / 24-07-2013 / 11:35:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 16-09-2013 / 09:56:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-08-2014 / 06:53:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !JavaLintService class methodsFor:'testing'!