From 0fb8e4e69321a97a0649fc7c5b5fa1e422662b46 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 15 Nov 2006 22:41:27 +0000 Subject: [PATCH] Steer newbies away from stupid decisions. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@127 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/java/com/threerings/parlor/card/data/Hand.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/java/com/threerings/parlor/card/data/Hand.java b/src/java/com/threerings/parlor/card/data/Hand.java index 7d5c5029..5207652b 100644 --- a/src/java/com/threerings/parlor/card/data/Hand.java +++ b/src/java/com/threerings/parlor/card/data/Hand.java @@ -83,7 +83,9 @@ public class Hand extends StreamableArrayList } /** - * Get an array of the cards in this hand. + * Converts this list of cards into an array. This only necessary if you + * need the cards in array form, use {@link #get} if you simply need to get + * a card from the hand. */ public Card[] getCards () {