Formatting fix.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1488 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-06-19 08:28:55 +00:00
parent 38584bb12e
commit 2c50a44608
@@ -1,5 +1,5 @@
//
// $Id: TileSetBundle.java,v 1.6 2002/05/09 16:51:26 mdb Exp $
// $Id: TileSetBundle.java,v 1.7 2002/06/19 08:28:55 mdb Exp $
package com.threerings.media.tile.bundle;
@@ -26,8 +26,7 @@ import com.threerings.media.tile.ImageProvider;
* A tileset bundle is used to load up tilesets by id from a persistent
* bundle of tilesets stored on the local filesystem.
*/
public class TileSetBundle
extends HashIntMap
public class TileSetBundle extends HashIntMap
implements Serializable, ImageProvider
{
/**