Skip to content

Commit 47a0fc9

Browse files
committed
no change
1 parent 9adbeea commit 47a0fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/Finance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Finance {
1313

1414
public final static Map<String, String> commandsToUsage = Map.of(BEST_LOAN_RATES, "usage: bestLoanRates", SAVINGS_CALCULATOR, "usage: savingsCalculator <credits separated by ','> <debits separated by ','>",
1515
MORTGAGE_CALCULATOR, "usage: mortgageCalculator <loanAmount> <termInYears> <annualRate>");
16-
16+
//comment so that this will work
1717

1818
private static boolean validateCommandArguments(String[] args) {
1919
switch (args[0]) {

0 commit comments

Comments
 (0)