Tools__LintRuleDetail.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 13178 c9bf900fe729
--- a/Tools__LintRuleDetail.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__LintRuleDetail.st	Wed Feb 27 12:34:59 2013 +0000
@@ -64,7 +64,6 @@
 "
 ! !
 
-
 !LintRuleDetail class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -90,7 +89,6 @@
     "Created: / 07-09-2011 / 04:08:11 / cg"
 ! !
 
-
 !LintRuleDetail class methodsFor:'interface specs'!
 
 windowSpec
@@ -180,7 +178,6 @@
       )
 ! !
 
-
 !LintRuleDetail class methodsFor:'plugIn spec'!
 
 aspectSelectors
@@ -202,7 +199,6 @@
     "Modified: / 01-03-2012 / 16:31:04 / cg"
 ! !
 
-
 !LintRuleDetail methodsFor:'actions'!
 
 browseLintRule
@@ -220,7 +216,6 @@
     "Created: / 07-09-2011 / 04:09:38 / cg"
 ! !
 
-
 !LintRuleDetail methodsFor:'aspects'!
 
 rationaleVisibleHolder
@@ -326,7 +321,6 @@
     "Modified: / 01-03-2012 / 15:29:16 / cg"
 ! !
 
-
 !LintRuleDetail methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -370,7 +364,6 @@
     "Modified: / 04-09-2011 / 20:18:48 / cg"
 ! !
 
-
 !LintRuleDetail methodsFor:'initialization'!
 
 setupHTMLView:aView
@@ -382,7 +375,6 @@
     "Created: / 04-08-2011 / 18:00:36 / cg"
 ! !
 
-
 !LintRuleDetail methodsFor:'private'!
 
 heightWhenNotShowingRationale
@@ -444,7 +436,6 @@
     "Modified: / 01-03-2012 / 10:35:51 / cg"
 ! !
 
-
 !LintRuleDetail class methodsFor:'documentation'!
 
 version
@@ -455,6 +446,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleDetail.st,v 1.13 2012-03-01 19:59:38 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id: Tools__LintRuleDetail.st 7617 2010-08-25 12:56:19Z vranyj1 §'
 ! !