Skip to content

Commit

Permalink
Issue 5736: Fixed JavaDoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
psikomonkie committed Jan 10, 2025
1 parent 9470646 commit 5e9e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/campaign/Campaign.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<Person, Money> individualPayouts) {
Expand Down

0 comments on commit 5e9e2e7

Please sign in to comment.