Formatting fix.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1488 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -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;
|
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
|
* A tileset bundle is used to load up tilesets by id from a persistent
|
||||||
* bundle of tilesets stored on the local filesystem.
|
* bundle of tilesets stored on the local filesystem.
|
||||||
*/
|
*/
|
||||||
public class TileSetBundle
|
public class TileSetBundle extends HashIntMap
|
||||||
extends HashIntMap
|
|
||||||
implements Serializable, ImageProvider
|
implements Serializable, ImageProvider
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user