Have where() use which().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4463 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -407,8 +407,8 @@ public class PlaceManager
|
|||||||
*/
|
*/
|
||||||
public String where ()
|
public String where ()
|
||||||
{
|
{
|
||||||
return StringUtil.shortClassName(this) + ":" + (
|
return (_plobj == null) ?
|
||||||
(_plobj != null) ? String.valueOf(_plobj.getOid()) : "-1");
|
StringUtil.shortClassName(this) + ":-1" : _plobj.which();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user