From 8bec395301930957252f102fbb02bbcd3d246237 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 13 Jun 2005 18:52:33 +0000 Subject: [PATCH] Updated documentation. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3596 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/parlor/game/data/GameConfig.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/java/com/threerings/parlor/game/data/GameConfig.java b/src/java/com/threerings/parlor/game/data/GameConfig.java index 3b0f2a515..941bf66fe 100644 --- a/src/java/com/threerings/parlor/game/data/GameConfig.java +++ b/src/java/com/threerings/parlor/game/data/GameConfig.java @@ -106,11 +106,7 @@ public abstract class GameConfig extends PlaceConfig implements Cloneable /** * Returns a List of strings that describe the configuration of this - * game. This should eventually be rolled into a more general - * purpose mechanism for generating descriptions of game - * configurations as well as editors for game configurations (which - * already exists in rudimentary form). Default implementation returns - * an empty list. + * game. Default implementation returns an empty list. */ public List getDescription () {