Added javadoc.

This commit is contained in:
RumbleBBU
2012-10-30 11:38:38 +00:00
parent 10916f3acd
commit af79f9946a

View File

@@ -246,6 +246,12 @@ public final class QuestUtilCards {
this.addAllCards(precon.getDeck().getSideboard().toFlatList()); this.addAllCards(precon.getDeck().getSideboard().toFlatList());
} }
/**
* Import an existing deck.
*
* @param fromDeck
* Deck, deck to import
*/
void addDeck(final Deck fromDeck) { void addDeck(final Deck fromDeck) {
if (fromDeck == null) { if (fromDeck == null) {
return; return;