The problem was elsewhere, so revert the last couple of changes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5106 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -263,7 +263,7 @@ public abstract class InvocationTask extends Task
|
||||
if (hint == null) {
|
||||
return "Transport.DEFAULT";
|
||||
}
|
||||
return "Transport.getInstance(TransportType." +
|
||||
return "Transport.getInstance(Transport.Type." +
|
||||
hint.type().name() + ", " + hint.channel() + ")";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user