class: Tools::LintHighlighter
authorClaus Gittinger <cg@exept.de>
Sat, 31 Jan 2015 01:56:28 +0100
changeset 15125 39366a80ae8b
parent 15124 42013bac230d
child 15126 6021c9a23d4e
class: Tools::LintHighlighter comment/format in: #initialize
Tools__LintHighlighter.st
--- a/Tools__LintHighlighter.st	Sat Jan 31 01:35:04 2015 +0100
+++ b/Tools__LintHighlighter.st	Sat Jan 31 01:56:28 2015 +0100
@@ -262,20 +262,7 @@
 !LintHighlighter methodsFor:'initialization'!
 
 initialize
-    "Invoked when a new instance is created."
-
-    "/ please change as required (and remove this comment)
-    "/ rules := nil.
-    "/ rulesToIntervalsMap := nil.
     sequenceNumber := 0.
-    "/ formattingMethod := nil.
-    "/ emphasisError := nil.
-    "/ emphasisInformation := nil.
-    "/ emphasisWarning := nil.
-
-    "/ super initialize.   -- commented since inherited method does nothing
-
-    "Modified: / 15-12-2014 / 18:39:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !LintHighlighter methodsFor:'markup'!
@@ -295,10 +282,10 @@
 !LintHighlighter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintHighlighter.st,v 1.12 2014-12-15 21:00:03 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintHighlighter.st,v 1.13 2015-01-31 00:56:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintHighlighter.st,v 1.12 2014-12-15 21:00:03 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintHighlighter.st,v 1.13 2015-01-31 00:56:28 cg Exp $'
 ! !