Minor cosmetic fix.

This commit is contained in:
hns 2008-12-18 11:55:39 +00:00
parent eba343b868
commit 4b2f195568

View file

@ -1346,10 +1346,7 @@ public final class Application implements Runnable {
return ((IPathElement) obj).getChildElement(name); return ((IPathElement) obj).getChildElement(name);
} }
Object[] arg = new Object[1]; Object[] arg = new Object[] { name };
arg[0] = name;
return invokeFunction(obj, "getChildElement", arg); return invokeFunction(obj, "getChildElement", arg);
} }