OMG, it like handles the annoying ActionScript not-so-inner classes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4399 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-10-04 18:53:36 +00:00
parent 20c0f0ff3d
commit 9da0e7a4f3
3 changed files with 58 additions and 28 deletions
@@ -84,7 +84,7 @@ public class GenReceiverTask extends InvocationTask
!Modifier.isAbstract(m.getModifiers())) {
continue;
}
methods.add(new ServiceMethod(receiver, m, imports));
methods.add(new ServiceMethod(receiver, m, imports, null));
}
methods.sort();