Yay for varargs!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4498 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -566,7 +566,7 @@ public class DObject
|
|||||||
/**
|
/**
|
||||||
* Posts a message event on this distrubuted object.
|
* Posts a message event on this distrubuted object.
|
||||||
*/
|
*/
|
||||||
public void postMessage (String name, Object[] args)
|
public void postMessage (String name, Object... args)
|
||||||
{
|
{
|
||||||
postEvent(new MessageEvent(_oid, name, args));
|
postEvent(new MessageEvent(_oid, name, args));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user