X-Git-Url: http://git.megacz.com/?p=org.ibex.xt.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fxt%2FPrevalence.java;fp=src%2Forg%2Fibex%2Fxt%2FPrevalence.java;h=cd7546f0097bd95472c122aff7ea16460b2f0592;hp=724538623dada971b6b36e54695e79ff018dd29b;hb=507fd40aa9c563c5fdeeac08929523f9fdd35590;hpb=ef26083dc84f06010099ecee9caec22df3b3e114 diff --git a/src/org/ibex/xt/Prevalence.java b/src/org/ibex/xt/Prevalence.java index 7245386..cd7546f 100644 --- a/src/org/ibex/xt/Prevalence.java +++ b/src/org/ibex/xt/Prevalence.java @@ -75,10 +75,10 @@ public class Prevalence { public static class JSTransaction implements Transaction { public static final long serialVersionUid = 0xfb2aa281; private JS js; - Template.Scope newscope; + Scope newscope; String[] v; public JSTransaction(JS js) throws JSExn { - newscope = new Template.Scope(null); + newscope = new Scope(null); this.js = JSU.cloneWithNewGlobalScope(js, newscope); v = this.js.getFormalArgs(); for(int i=0; i