Skip to content
Snippets Groups Projects
Commit 8a277877 authored by Kjetil Karstensen Indrehus's avatar Kjetil Karstensen Indrehus
Browse files

docs: add comment for method

parent d583c420
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@ public class DeckOfCards {
}
}
/**
* Method that get the list of cards in the deck.
* @return returns list of cards
*/
public ArrayList<PlayingCard> getCards() {
return cards;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment