From 0934b09128e3f1469445dafc4a4f806f528c2387 Mon Sep 17 00:00:00 2001 From: Agetian Date: Thu, 15 Jun 2017 05:40:56 +0000 Subject: [PATCH] - Formatting fix, part 2. --- .../src/main/java/forge/quest/QuestUtilCards.java | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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<>();