- 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.
* @param quantity The number of booster packs to generate
* @return A list containing the booster packs
*/
/**
* Generates a number of special booster packs from random editions using
* the current quest's prize pool format.
*
* @param quantity The number of booster packs to generate
* @return A list containing the booster packs
*/
private List<InventoryItem> generateRandomSpecialBoosterPacks(final int quantity) {
List<InventoryItem> output = new ArrayList<>();