Skip to content

Commit

Permalink
Merge pull request #94 from leowyh/master
Browse files Browse the repository at this point in the history
Updated build.gradle changing Duke to AlphaNUS
  • Loading branch information
leowyh authored Oct 17, 2019
2 parents 8394b80 + 7512537 commit 92dea95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checkstyle {
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "AlphaNUS"
archiveVersion = "0.1.3"
archiveClassifier = null
archiveAppendix = null
Expand All @@ -26,7 +26,7 @@ repositories {

application {
// Change this to your main class.
mainClassName = "Duke"
mainClassName = "AlphaNUS"
}

run {
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/command/Process.java
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ public void deletePayee(String input, HashMap<String, Payee> managermap, Ui ui)
ui.exceptionMessage(" ☹ OOPS!!! There is no payee with that name yet, please add the payee first!");
}
}

/**
* process the invoice command, set invoice status as true, update invoice value and set the deadline.
* INPUT FORMAT: invoice id i/invoice_num
Expand All @@ -407,4 +408,4 @@ public void inVoice(String input, TaskList tasklist, Ui ui) {
ui.exceptionMessage(" ☹ OOPS!!! Please input the correct command format (refer to user guide)");
}
}
}
}

0 comments on commit 92dea95

Please sign in to comment.