#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 May 2016 18:08:54 +0200
changeset 16562 f32573551671
parent 16561 53761985fb49
child 16563 ea6d2d30a73b
#REFACTORING by cg class: Tools::LintRuleSettingsApplication changed: #hasUnsavedChanges
Tools__LintRuleSettingsApplication.st
--- 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:[