diff --git a/forge-gui/src/main/java/forge/quest/QuestUtilCards.java b/forge-gui/src/main/java/forge/quest/QuestUtilCards.java index 355ad5b01b9..2f67cec6c15 100644 --- a/forge-gui/src/main/java/forge/quest/QuestUtilCards.java +++ b/forge-gui/src/main/java/forge/quest/QuestUtilCards.java @@ -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 generateRandomSpecialBoosterPacks(final int quantity) { List output = new ArrayList<>();