#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Feb 2017 00:50:39 +0100
changeset 17367 aa2debba0129
parent 17366 de7bda272450
child 17368 2065f601f1ea
#REFACTORING by cg class: AbstractFileFinderApplicationComponent changed: #initialize
AbstractFileFinderApplicationComponent.st
--- a/AbstractFileFinderApplicationComponent.st	Tue Feb 07 23:25:19 2017 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Wed Feb 08 00:50:39 2017 +0100
@@ -461,13 +461,15 @@
 !AbstractFileFinderApplicationComponent methodsFor:'initialization'!
 
 initialize
+    <modifier: #super> "must be called if redefined"
+
     super initialize.
     accessLock := Semaphore forMutualExclusion name:'accessLock'.
 
     self enableStop value:false.
     self enableSearch value:true.
 
-    "Modified: / 12-01-2012 / 01:39:27 / cg"
+    "Modified: / 08-02-2017 / 00:27:46 / cg"
 ! !
 
 !AbstractFileFinderApplicationComponent methodsFor:'queries'!