diff --git a/src/java/com/threerings/parlor/game/data/GameConfig.java b/src/java/com/threerings/parlor/game/data/GameConfig.java index 03e29039..ca4eb753 100644 --- a/src/java/com/threerings/parlor/game/data/GameConfig.java +++ b/src/java/com/threerings/parlor/game/data/GameConfig.java @@ -107,9 +107,9 @@ public abstract class GameConfig extends PlaceConfig implements Cloneable * Returns a List of strings that describe the configuration of this * game. Default implementation returns an empty list. */ - public List getDescription () + public List getDescription () { - return new ArrayList(); // nothing by default + return new ArrayList(); // nothing by default } /**