diff --git a/src/java/com/threerings/presents/tools/ActionScriptSource.java b/src/java/com/threerings/presents/tools/ActionScriptSource.java index de170cd90..40b06f2ca 100644 --- a/src/java/com/threerings/presents/tools/ActionScriptSource.java +++ b/src/java/com/threerings/presents/tools/ActionScriptSource.java @@ -1054,7 +1054,7 @@ public class ActionScriptSource protected static Pattern JFIELD = Pattern.compile( "\\s+(?:public|protected|private)" + "(?:\\s+static|\\s+final|\\s+transient)*" + - "\\s+(?:[a-zA-Z\\[\\]<>,]+)" + // type + "\\s+(?:[a-zA-Z\\[\\]<\\?>,]+)" + // type "\\s+([_a-zA-Z]\\w*)(\\s+=.*|;)"); protected static Pattern JCONSTRUCTOR = Pattern.compile(