1.1 restoration
[mir.git] / source / mir / producer / reader / ScriptedProducerFactory.java
index 1a939a1..1964b3c 100755 (executable)
@@ -87,7 +87,7 @@ public class ScriptedProducerFactory implements ProducerFactory {
     return new NodedProducer(rootNode, aVerb, aStartingValues);
   };
 
-  public Iterator verbs() {
-    return verbs.iterator();
+  public List verbs() {
+    return verbs;
   }
 }
\ No newline at end of file