no change
authorClaus Gittinger <cg@exept.de>
Fri, 20 Jun 2008 11:34:28 +0200
changeset 2498 b2f9d4dca9f4
parent 2497 7efb31ff6de5
child 2499 8b652f5e5757
no change
ResourceSpecEditor.st
--- a/ResourceSpecEditor.st	Fri Jun 13 10:34:31 2008 +0200
+++ b/ResourceSpecEditor.st	Fri Jun 20 11:34:28 2008 +0200
@@ -221,8 +221,7 @@
 aspectFor:aKey
     "returns the aspect for a aKey or nil"
 
-    ^aspects at: aKey ifAbsent: [super aspectFor:aKey]
-
+    ^ aspects at: aKey ifAbsent: [super aspectFor:aKey]
 !
 
 autoAcceptOnSelectionChange
@@ -772,5 +771,5 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.43 2008-02-26 10:28:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.44 2008-06-20 09:34:28 cg Exp $'
 ! !