finialise callargs
authorcrawshaw <crawshaw@ibex.org>
Sat, 8 Jan 2005 10:05:04 +0000 (10:05 +0000)
committercrawshaw <crawshaw@ibex.org>
Sat, 8 Jan 2005 10:05:04 +0000 (10:05 +0000)
darcs-hash:20050108100504-2eb37-75359081ca1d19b41592f31e673abdf6c1d9faeb.gz

src/org/ibex/core/Main.java

index d35def1..bf4e8f3 100644 (file)
@@ -102,7 +102,7 @@ public class Main {
         org.ibex.graphics.Surface.scarImage =
             Picture.load(new Stream.FromInputStream(Encode.JavaSourceCode.decode(Scar.data)),
                          new Callable() {
-                             private JS[] callargs = new JS[1];
+                             private final JS[] callargs = new JS[1];
                              public Object run(Object o) throws JSExn,UnknownHostException {
                                  if (Log.on) Log.info(Main.class, "invoking initial template");
                                  try {