Let's name the method the way gendobj wants to.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@83 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-10-02 07:43:48 +00:00
parent 6472cf6f80
commit a32f71bcda
2 changed files with 2 additions and 2 deletions
@@ -144,7 +144,7 @@ public class EZGameObject extends GameObject
* clients) will apply the value change when they received the
* attribute changed notification.
*/
public void setEZGameService (EZGameMarshaller value)
public void setEzGameService (EZGameMarshaller value)
{
EZGameMarshaller ovalue = this.ezGameService;
requestAttributeChange(
@@ -306,7 +306,7 @@ public class EZGameManager extends GameManager
_gameObj = (EZGameObject) _plobj;
_gameObj.setEZGameService(
_gameObj.setEzGameService(
(EZGameMarshaller) CrowdServer.invmgr.registerDispatcher(
new EZGameDispatcher(this), false));
}