No comma if we have no args.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3915 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -16,7 +16,7 @@ public class ${name}Sender extends InvocationSender
|
||||
* ${name}Receiver#$m.method.name} on a client.
|
||||
*/
|
||||
public static void $m.senderMethodName (
|
||||
ClientObject target, $m.getArgList(false))
|
||||
ClientObject target#if ($m.hasArgs()), #end$m.getArgList(false))
|
||||
{
|
||||
sendNotification(
|
||||
target, ${name}Decoder.RECEIVER_CODE, ${name}Decoder.$m.code,
|
||||
|
||||
Reference in New Issue
Block a user