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 () {