Update comment with new method name.

This commit is contained in:
Ray J. Greenwell
2012-07-19 13:13:45 -07:00
parent 982cfc9a10
commit 0686b3f8ee
@@ -66,8 +66,8 @@ public class PlaceObject extends DObject
* standalone/single-player mode where both client and server are running in the same VM.
*
* <em>Note:</em> For this to work, your manager needs to override
* <code>PlaceManager.handleManagerCalls()</code> and return true. But maybe you should
* consider using an InvocationService instead.
* <code>PlaceManager.allowManagerCall()</code> and return true for the desired method name.
* But maybe you should consider using an InvocationService instead.
*/
public class ManagerCaller
{