#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 21 Jan 2017 04:03:32 +0100
changeset 3381 5c6ec0d1c89b
parent 3380 0eb344c2fe3a
child 3382 8b576229eebe
#DOCUMENTATION by cg class: TabListEditor comment/format in: #doGenerateAspectMethod
TabListEditor.st
--- 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.