From 2970c5cfd79c2eae1b9ec00dfa95f6da4d252080 Mon Sep 17 00:00:00 2001 From: crawshaw Date: Tue, 16 Nov 2004 13:19:04 +0000 Subject: [PATCH] fixes for moving ibex.js to collections darcs-hash:20041116131904-2eb37-6556ac38e0036e5186996b84be619cb61f12e62b.gz --- src/java/ibex/xt/Prevalence.java | 14 +++++++------- src/java/ibex/xt/Servlet.java | 14 ++++++++++---- src/java/ibex/xt/Template.java | 5 ++--- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/java/ibex/xt/Prevalence.java b/src/java/ibex/xt/Prevalence.java index ce60a19..79a6952 100644 --- a/src/java/ibex/xt/Prevalence.java +++ b/src/java/ibex/xt/Prevalence.java @@ -73,25 +73,25 @@ public class Prevalence { public static final long serialVersionUid = 0xfb2aa281; private JS js; JSScope newscope; - Vec v; + List v; public JSTransaction(JS js) throws JSExn { newscope = new JSScope(null); this.js = JS.cloneWithNewParentScope(js, newscope); v = JS.getFormalArgs(this.js); for(int i=0; i