- Formatting fix, part 2.

This commit is contained in:
Agetian
2017-06-15 05:40:56 +00:00
parent 3055356e44
commit 0934b09128

View File

@@ -524,11 +524,13 @@ public final class QuestUtilCards {
} }
/** /**
* Generates a number of special booster packs from random editions using the current quest's prize pool format. * Generates a number of special booster packs from random editions using
* @param quantity The number of booster packs to generate * the current quest's prize pool format.
* @return A list containing the booster packs *
*/ * @param quantity The number of booster packs to generate
* @return A list containing the booster packs
*/
private List<InventoryItem> generateRandomSpecialBoosterPacks(final int quantity) { private List<InventoryItem> generateRandomSpecialBoosterPacks(final int quantity) {
List<InventoryItem> output = new ArrayList<>(); List<InventoryItem> output = new ArrayList<>();