1 parent 9adbeea commit 47a0fc9Copy full SHA for 47a0fc9
1 file changed
src/main/java/Finance.java
@@ -13,7 +13,7 @@ public class Finance {
13
14
public final static Map<String, String> commandsToUsage = Map.of(BEST_LOAN_RATES, "usage: bestLoanRates", SAVINGS_CALCULATOR, "usage: savingsCalculator <credits separated by ','> <debits separated by ','>",
15
MORTGAGE_CALCULATOR, "usage: mortgageCalculator <loanAmount> <termInYears> <annualRate>");
16
-
+//comment so that this will work
17
18
private static boolean validateCommandArguments(String[] args) {
19
switch (args[0]) {
0 commit comments