Support converstion of java enum to com.threerings.util.Enum as part of actionscript streamable conversion.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6600 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2011-04-04 21:11:58 +00:00
parent 7120c9c292
commit cae3a3f1b9
3 changed files with 91 additions and 10 deletions
@@ -46,7 +46,7 @@ public class ActionScriptUtils
}
protected static String addImportAndGetShortType (Class<?> type, boolean isField,
Set<String> imports)
ImportSet imports)
{
String full = toActionScriptType(type, isField);
if (needsActionScriptImport(type, isField)) {