Javadoc fixes and cleanups.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@623 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-18 04:27:56 +00:00
parent 0eb01dae9f
commit cc21ad8679
8 changed files with 38 additions and 37 deletions
@@ -1,5 +1,5 @@
//
// $Id: SwissArmyTileSetRuleSet.java,v 1.1 2001/11/18 04:09:22 mdb Exp $
// $Id: SwissArmyTileSetRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
package com.threerings.media.tile.xml;
@@ -39,7 +39,7 @@ public class SwissArmyTileSetRuleSet extends TileSetRuleSet
/**
* Constructs a uniform tileset rule set that will match tilesets with
* the specified prefix. See the documentation for {@link
* TileSetRuleSet#TileSetruleSet} for more info on matching.
* TileSetRuleSet#TileSetRuleSet} for more info on matching.
*/
public SwissArmyTileSetRuleSet (String prefix)
{
@@ -1,5 +1,5 @@
//
// $Id: TileSetRuleSet.java,v 1.1 2001/11/18 04:09:22 mdb Exp $
// $Id: TileSetRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
package com.threerings.media.tile.xml;
@@ -74,11 +74,11 @@ public abstract class TileSetRuleSet extends RuleSetBase
* When a <tileset> element is encountered, this method is
* called to create a new instance of {@link TileSet}. Though the
* attributes are supplied (in case an attribute is needed to
* determine which derived instance of {@link TileSet} to create, this
* method should not configure the created tileset object. It should
* instead rely on the set properties rule that will be executed after
* this object is created or to custom set property rules registered
* in {@link #addDigesterRules}.
* determine which derived instance of {@link TileSet} to create),
* this method should not configure the created tileset object. It
* should instead rely on the set properties rule that will be
* executed after this object is created or to custom set property
* rules registered in {@link #addRuleInstances}.
*/
protected abstract TileSet createTileSet (Attributes attributes);
@@ -1,5 +1,5 @@
//
// $Id: UniformTileSetRuleSet.java,v 1.1 2001/11/18 04:09:22 mdb Exp $
// $Id: UniformTileSetRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
package com.threerings.media.tile.xml;
@@ -30,7 +30,7 @@ public class UniformTileSetRuleSet extends TileSetRuleSet
/**
* Constructs a uniform tileset rule set that will match tilesets with
* the specified prefix. See the documentation for {@link
* TileSetRuleSet#TileSetruleSet} for more info on matching.
* TileSetRuleSet#TileSetRuleSet} for more info on matching.
*/
public UniformTileSetRuleSet (String prefix)
{