InvocationService.InvocationListener is a special case and can't even go in the

raw imports. Whee!


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4417 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-10-06 01:48:54 +00:00
parent 8673055be4
commit 7c6cff471b
@@ -134,7 +134,8 @@ public abstract class InvocationTask extends Task
if (!samepkg && !sname.startsWith("InvocationService")) {
imports.put(importify(mname), Boolean.TRUE);
}
if (rawimports != null) {
if (rawimports != null &&
!sname.equals("InvocationService.InvocationListener")) {
rawimports.put(mname, Boolean.TRUE);
}
}