Documentation update.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@740 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: SpotSceneRuleSet.java,v 1.2 2001/12/05 03:38:09 mdb Exp $
|
// $Id: SpotSceneRuleSet.java,v 1.3 2001/12/05 03:40:32 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.tools.spot.xml;
|
package com.threerings.whirled.tools.spot.xml;
|
||||||
|
|
||||||
@@ -43,7 +43,10 @@ public class SpotSceneRuleSet extends SceneRuleSet
|
|||||||
digester.addSetNext(_prefix + "/portal", "addPortal", epclass);
|
digester.addSetNext(_prefix + "/portal", "addPortal", epclass);
|
||||||
}
|
}
|
||||||
|
|
||||||
// documentation inherited
|
/**
|
||||||
|
* This indicates the class (which should implement {@link
|
||||||
|
* EditableSpotScene}) to be instantiated during the parsing process.
|
||||||
|
*/
|
||||||
protected Class getSceneClass ()
|
protected Class getSceneClass ()
|
||||||
{
|
{
|
||||||
return EditableSpotSceneImpl.class;
|
return EditableSpotSceneImpl.class;
|
||||||
|
|||||||
Reference in New Issue
Block a user