Added type to generateReport().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5563 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -56,7 +56,7 @@ public class PeerDispatcher extends InvocationDispatcher<PeerMarshaller>
|
||||
switch (methodId) {
|
||||
case PeerMarshaller.GENERATE_REPORT:
|
||||
((PeerProvider)provider).generateReport(
|
||||
source, (InvocationService.ResultListener)args[0]
|
||||
source, (String)args[0], (InvocationService.ResultListener)args[1]
|
||||
);
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user