Type safety
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@136 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -107,9 +107,9 @@ public abstract class GameConfig extends PlaceConfig implements Cloneable
|
|||||||
* Returns a List of strings that describe the configuration of this
|
* Returns a List of strings that describe the configuration of this
|
||||||
* game. Default implementation returns an empty list.
|
* game. Default implementation returns an empty list.
|
||||||
*/
|
*/
|
||||||
public List getDescription ()
|
public List<String> getDescription ()
|
||||||
{
|
{
|
||||||
return new ArrayList(); // nothing by default
|
return new ArrayList<String>(); // nothing by default
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user