From 2c50a44608d96c77af57ac68b912e55c34205362 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 19 Jun 2002 08:28:55 +0000 Subject: [PATCH] Formatting fix. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1488 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/media/tile/bundle/TileSetBundle.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/java/com/threerings/media/tile/bundle/TileSetBundle.java b/src/java/com/threerings/media/tile/bundle/TileSetBundle.java index da4b91bac..d42a404f4 100644 --- a/src/java/com/threerings/media/tile/bundle/TileSetBundle.java +++ b/src/java/com/threerings/media/tile/bundle/TileSetBundle.java @@ -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 { /**