From 5e9e2e77dc33945b5419c022b4ca48000dc65c0a Mon Sep 17 00:00:00 2001 From: psikomonkie <189469115+psikomonkie@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:08:57 -0500 Subject: [PATCH] Issue 5736: Fixed JavaDoc error --- MekHQ/src/mekhq/campaign/Campaign.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MekHQ/src/mekhq/campaign/Campaign.java b/MekHQ/src/mekhq/campaign/Campaign.java index 4a2b24fb96..2b8f5b8b81 100644 --- a/MekHQ/src/mekhq/campaign/Campaign.java +++ b/MekHQ/src/mekhq/campaign/Campaign.java @@ -5612,7 +5612,7 @@ public void removeFunds(final TransactionType type, final Money quantity, * total earnings it will account for that. * @param type TransactionType being debited * @param quantity total money - it's usually displayed outside of this method - * @param description String displayed in the ledger & report + * @param description String displayed in the ledger and report * @param individualPayouts Map of Person to the Money they're owed */ public void payPersonnel(TransactionType type, Money quantity, String description, Map individualPayouts) {