Tools__LintRuleSettingsApplication.st
changeset 16562 f32573551671
parent 15736 0d31fb46a29b
child 16573 2f5cd8950dcf
child 16659 481d4f348b3c
--- a/Tools__LintRuleSettingsApplication.st	Thu May 12 17:32:11 2016 +0200
+++ b/Tools__LintRuleSettingsApplication.st	Thu May 12 18:08:54 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -695,7 +693,7 @@
     rbCompositeLintRuleClass isNil ifTrue:[^ false].
 
     firstTry := true.
-    SequenceableCollection missingClassInLiteralArrayErrorSignal handle:[:ex |
+    MissingClassInLiteralArrayErrorSignal handle:[:ex |
         "/ maybe we have to load additional packages...
         firstTry ifTrue:[
             (Smalltalk isPackageLoaded:'stx:goodies/refactoryBrowser/lint/spelling') ifFalse:[