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:
Ray Greenwell
2006-04-18 02:04:06 +00:00
parent cd8f168452
commit efefdaa312
2 changed files with 2 additions and 6 deletions
@@ -44,9 +44,7 @@ public /*abstract*/ class PlaceConfig
implements Streamable
{
/**
* Returns the class that should be used to create a controller for
* this place. The controller class must derive from {@link
* PlaceController}.
* Create the controller that should be used for this place.
*/
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
* this place. The controller class must derive from {@link
* PlaceController}.
* Create the controller that should be used for this place.
*/
public PlaceController createController ()
{