Added JavaLintAnnotation - required by recent CodeView2
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 16 Dec 2014 02:49:27 +0000
changeset 3306 8bbc18b95b78
parent 3303 af659e602072
child 3307 cf7c55662e21
Added JavaLintAnnotation - required by recent CodeView2
tools/JavaLintAnnotation.st
--- 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> $'
+! !
+