Nth time's the charm.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4672 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-04-18 16:40:57 +00:00
parent 184b621ee9
commit beace3839b
@@ -302,7 +302,7 @@ public class GenActionScriptTask extends Task
} else if (type.isArray()) { } else if (type.isArray()) {
if (Byte.TYPE.equals(type.getComponentType())) { if (Byte.TYPE.equals(type.getComponentType())) {
return "(ins.readField() as ByteArray)"; return "(ins.readField(ByteArray) as ByteArray)";
} else { } else {
return "(ins.readObject() as TypedArray)"; return "(ins.readObject() as TypedArray)";