ResourceSelectionBrowser.st
changeset 1184 c67bdfe67afd
parent 1086 592f0177687e
child 1329 a38c2e29d1fb
--- a/ResourceSelectionBrowser.st	Fri Jul 09 21:26:34 1999 +0200
+++ b/ResourceSelectionBrowser.st	Fri Jul 09 21:26:59 1999 +0200
@@ -496,11 +496,7 @@
 listOfResourceMethods
     "returns the value holder for the list of the resource methods"
 
-    |holder|
-    (holder := builder bindingAt:#listOfResourceMethods) isNil ifTrue:[
-	builder aspectAt:#listOfResourceMethods put:(holder :=  List new).
-    ].
-    ^ holder
+    ^ builder listAspectFor:#listOfResourceMethods
 !
 
 resourceMethodColumns