TabListEditor.st
changeset 3381 5c6ec0d1c89b
parent 3330 76129ae4dadd
child 3584 0651c38418c7
--- a/TabListEditor.st	Sat Jan 21 04:02:41 2017 +0100
+++ b/TabListEditor.st	Sat Jan 21 04:03:32 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -1561,10 +1559,8 @@
     "
     |cls code|
 
-    (specClass notNil and:[specSelector notNil])
-    ifFalse:
-    [
-        ^self information:'No class and selector defined!!'   
+    (specClass notNil and:[specSelector notNil]) ifFalse:[
+        ^ self information:'No class and selector defined!!'   
     ].
 
     cls := self resolveName: specClass.