Updated method documentation.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4029 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -44,9 +44,7 @@ public /*abstract*/ class PlaceConfig
|
|||||||
implements Streamable
|
implements Streamable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Returns the class that should be used to create a controller for
|
* Create the controller that should be used for this place.
|
||||||
* this place. The controller class must derive from {@link
|
|
||||||
* PlaceController}.
|
|
||||||
*/
|
*/
|
||||||
public function createController () :PlaceController
|
public function createController () :PlaceController
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -55,9 +55,7 @@ public abstract class PlaceConfig extends SimpleStreamableObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the class that should be used to create a controller for
|
* Create the controller that should be used for this place.
|
||||||
* this place. The controller class must derive from {@link
|
|
||||||
* PlaceController}.
|
|
||||||
*/
|
*/
|
||||||
public PlaceController createController ()
|
public PlaceController createController ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user