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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user