Let's not flip out on templated fields.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6140 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2010-09-06 01:15:49 +00:00
parent 21d985b468
commit a9c4b051e0
@@ -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(