Removed getPuzzleName in favor of getGameName.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3162 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2004-10-22 18:11:09 +00:00
parent 5c8e1f10af
commit 5766a6650f
@@ -1,5 +1,5 @@
// //
// $Id: PuzzleConfig.java,v 1.3 2004/10/22 17:50:03 andrzej Exp $ // $Id: PuzzleConfig.java,v 1.4 2004/10/22 18:11:09 andrzej Exp $
// //
// Narya library - tools for developing networked games // Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -29,11 +29,6 @@ import com.threerings.parlor.game.GameConfig;
public abstract class PuzzleConfig extends GameConfig public abstract class PuzzleConfig extends GameConfig
implements Cloneable implements Cloneable
{ {
/**
* Returns a translatable label describing this game.
*/
public abstract String getPuzzleName ();
/** /**
* Returns the puzzle rating type. * Returns the puzzle rating type.
*/ */
@@ -55,12 +50,6 @@ public abstract class PuzzleConfig extends GameConfig
{ {
return PuzzleCodes.SYNC_BOARD_STATE; return PuzzleCodes.SYNC_BOARD_STATE;
} }
// Documentation inherited.
public String getGameName ()
{
return getPuzzleName();
}
/** /**
* Returns the message bundle identifier for the bundle that should be * Returns the message bundle identifier for the bundle that should be