Capitalization OCD.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1089 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -27,16 +27,16 @@ package com.threerings.whirled.util;
|
||||
*/
|
||||
public class NoSuchSceneException extends Exception
|
||||
{
|
||||
public NoSuchSceneException (int sceneid)
|
||||
public NoSuchSceneException (int sceneId)
|
||||
{
|
||||
super("No such scene [sceneid=" + sceneid + "]");
|
||||
_sceneid = sceneid;
|
||||
super("No such scene [sceneId=" + sceneId + "]");
|
||||
_sceneId = sceneId;
|
||||
}
|
||||
|
||||
public int getSceneId ()
|
||||
{
|
||||
return _sceneid;
|
||||
return _sceneId;
|
||||
}
|
||||
|
||||
protected int _sceneid;
|
||||
protected int _sceneId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user