Skip to content

Commit 92dea95

Browse files
authored
Merge pull request #94 from leowyh/master
Updated build.gradle changing Duke to AlphaNUS
2 parents 8394b80 + 7512537 commit 92dea95

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ checkstyle {
1010
}
1111

1212
shadowJar {
13-
archiveBaseName = "duke"
13+
archiveBaseName = "AlphaNUS"
1414
archiveVersion = "0.1.3"
1515
archiveClassifier = null
1616
archiveAppendix = null
@@ -26,7 +26,7 @@ repositories {
2626

2727
application {
2828
// Change this to your main class.
29-
mainClassName = "Duke"
29+
mainClassName = "AlphaNUS"
3030
}
3131

3232
run {

src/main/java/command/Process.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ public void deletePayee(String input, HashMap<String, Payee> managermap, Ui ui)
382382
ui.exceptionMessage(" ☹ OOPS!!! There is no payee with that name yet, please add the payee first!");
383383
}
384384
}
385+
385386
/**
386387
* process the invoice command, set invoice status as true, update invoice value and set the deadline.
387388
* INPUT FORMAT: invoice id i/invoice_num
@@ -407,4 +408,4 @@ public void inVoice(String input, TaskList tasklist, Ui ui) {
407408
ui.exceptionMessage(" ☹ OOPS!!! Please input the correct command format (refer to user guide)");
408409
}
409410
}
410-
}
411+
}

0 commit comments

Comments
 (0)