Documentation fix.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@391 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-10-24 03:24:36 +00:00
parent 28ad54b543
commit d2e1c00a5f
@@ -1,5 +1,5 @@
//
// $Id: TileUtil.java,v 1.12 2001/10/18 20:54:34 mdb Exp $
// $Id: TileUtil.java,v 1.13 2001/10/24 03:24:36 mdb Exp $
package com.threerings.venison;
@@ -426,7 +426,7 @@ public class TileUtil implements TileCodes
* enumerated.
* @param featureIndex the index of the feature whose group is to be
* enumerated.
* @param group the list into which instances of {@link FeatureGroup}
* @param group the list into which instances of {@link TileFeature}
* will be placed that represent the features that are members of the
* group.
*