# HG changeset patch # User Claus Gittinger # Date 1484967812 -3600 # Node ID 5c6ec0d1c89ba87b14b07f67cb5e95550b592cc9 # Parent 0eb344c2fe3adec0025f151154ec28835dcf78f5 #DOCUMENTATION by cg class: TabListEditor comment/format in: #doGenerateAspectMethod diff -r 0eb344c2fe3a -r 5c6ec0d1c89b 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.