Steer newbies away from stupid decisions.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@127 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-11-15 22:41:27 +00:00
parent 0b8b31aaa6
commit 0fb8e4e693
@@ -83,7 +83,9 @@ public class Hand extends StreamableArrayList<Card>
}
/**
* 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 ()
{