class: Tools::LintRuleList
authorClaus Gittinger <cg@exept.de>
Fri, 28 Nov 2014 16:17:40 +0100
changeset 14945 1df6b0965b88
parent 14944 5893ae3af14b
child 14946 92c803d663d5
class: Tools::LintRuleList changed: #setListValid: removed leftover debug halt.
Tools__LintRuleList.st
--- a/Tools__LintRuleList.st	Fri Nov 28 13:37:31 2014 +0100
+++ b/Tools__LintRuleList.st	Fri Nov 28 16:17:40 2014 +0100
@@ -550,9 +550,9 @@
 !
 
 setListValid:aBoolean
-    listValid ifTrue:[
-        aBoolean ifFalse:[self halt].
-    ].
+"/    listValid ifTrue:[
+"/        aBoolean ifFalse:[self halt].
+"/    ].
     listValid := aBoolean.
 !
 
@@ -830,14 +830,14 @@
 !LintRuleList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.26 2014-11-28 15:17:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.26 2014-11-28 15:17:40 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $'
+    ^ '$Id: Tools__LintRuleList.st,v 1.26 2014-11-28 15:17:40 cg Exp $'
 ! !