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:
Ray Greenwell
2009-01-06 02:11:55 +00:00
parent e6180d359d
commit 0c4665e587
-2
View File
@@ -63,7 +63,5 @@ public class Translations
addTranslation("com.threerings.util.Float", "java.lang.Float");
addTranslation("Array", "[Ljava.lang.Object;");
addTranslation("flash.utils.ByteArray", "[B");
addTranslation("int", "java.lang.Double"); // we'd rather not have this one
addTranslation("Number", "java.lang.Double");
}
}