Method.st
branchjv
changeset 18754 9bfce586253a
parent 18630 a74d669db937
parent 18753 941d99755164
child 19027 d1a18f4568a8
--- a/Method.st	Sat Sep 12 16:44:34 2015 +0100
+++ b/Method.st	Thu Sep 17 06:36:06 2015 +0200
@@ -3376,8 +3376,8 @@
     annotations isNil ifTrue:[^ self parseResources].
 
     resources := IdentityDictionary new.
-    self annotationsAt: #resource: orAt: #resource:value: do:[:annot|
-	resources at: annot type put: annot value ? true
+    self annotationsAt: #resource: orAt: #resource:values: do:[:annot|
+        resources at: annot type put: annot value ? true
     ].
     ^ resources