Some error message clarification, added java.lang.String to Translations, some

widening.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4560 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-02-12 03:10:05 +00:00
parent 0a06460b24
commit 4bc3e1e48d
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ public class Translations
// initialize some standard classes
addTranslation("Object", "java.lang.Object");
addTranslation("String", "java.lang.String");
addTranslation("com.threerings.util.langBoolean", "java.lang.Boolean");
// handle lists
_fromServer.put("java.util.List", "[Ljava.lang.Object;");