We actually want to refuse to stream either int or Number
plainly. Actionscript prevents us from reliably using them. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5619 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -63,7 +63,5 @@ public class Translations
|
|||||||
addTranslation("com.threerings.util.Float", "java.lang.Float");
|
addTranslation("com.threerings.util.Float", "java.lang.Float");
|
||||||
addTranslation("Array", "[Ljava.lang.Object;");
|
addTranslation("Array", "[Ljava.lang.Object;");
|
||||||
addTranslation("flash.utils.ByteArray", "[B");
|
addTranslation("flash.utils.ByteArray", "[B");
|
||||||
addTranslation("int", "java.lang.Double"); // we'd rather not have this one
|
|
||||||
addTranslation("Number", "java.lang.Double");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user