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:
Michael Bayne
2006-03-06 22:01:31 +00:00
parent 58cbfb6db1
commit 1effaf4ad9
@@ -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,