A variety of javadoc fixes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6533 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -510,7 +510,7 @@ public class PlaceManager
|
||||
|
||||
/**
|
||||
* Creates an access controller for this place's distributed object, which by default is {@link
|
||||
* CrowdObjectAccess#PLACE}.
|
||||
* PlaceAccessController}.
|
||||
*/
|
||||
protected AccessController getAccessController ()
|
||||
{
|
||||
@@ -639,7 +639,7 @@ public class PlaceManager
|
||||
* Adds this occupant's info to the {@link PlaceObject}. This is called in a transaction on the
|
||||
* place object so if a derived class needs to add additional information for an occupant it
|
||||
* should override this method. It may opt to add the information before calling super if it
|
||||
* wishes to rely on its information being configured when {@link #bodyAdded} is called.
|
||||
* wishes to rely on its information being configured when {@link #bodyEntered} is called.
|
||||
*/
|
||||
protected void addOccupantInfo (BodyObject body, OccupantInfo info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user