tools/JavaLintAnnotation.st
changeset 3306 8bbc18b95b78
parent 2734 f56049613ff3
child 3753 8c8d0a21fc98
--- a/tools/JavaLintAnnotation.st	Tue Dec 16 01:08:13 2014 +0000
+++ b/tools/JavaLintAnnotation.st	Tue Dec 16 02:49:27 2014 +0000
@@ -122,3 +122,18 @@
     ^ (self < aMagnitude) not
 ! !
 
+!JavaLintAnnotation methodsFor:'help'!
+
+helpTextFor: aView
+    ^ nil
+
+    "Created: / 16-12-2014 / 02:47:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
+!JavaLintAnnotation class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+