Minor reformatting.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1505 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-06-20 07:47:14 +00:00
parent b0ab364885
commit 43191a0512
@@ -1,5 +1,5 @@
//
// $Id: MisoCharacterSprite.java,v 1.3 2001/11/27 22:17:42 mdb Exp $
// $Id: MisoCharacterSprite.java,v 1.4 2002/06/20 07:47:14 shaper Exp $
package com.threerings.miso.scene;
@@ -16,8 +16,7 @@ import com.threerings.miso.tile.BaseTile;
* sprite will only be moved about via the {@link TilePath}, which
* will itself keep the sprite coordinates properly up to date.
*/
public class MisoCharacterSprite
extends CharacterSprite
public class MisoCharacterSprite extends CharacterSprite
implements Traverser
{
// documentation inherited