Skip to content

Commit

Permalink
Fix wrong path for Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
LianGuoYang committed Sep 12, 2022
1 parent bab25b1 commit d196dcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test {
}

application {
mainClassName = "Launcher"
mainClassName = "duke.Launcher"
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion data/duke.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
T / 1 / Design /
D / 0 / CodeQuality / 1200, 13/09/2022
E / 0 / Submission / 1159, 30/09/2022
E / 0 / Submission / 1159, 30/09/2022
1 change: 0 additions & 1 deletion src/main/java/duke/Duke.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package duke;

import duke.exception.DukeException;
import duke.ui.Launcher;

/**
* Duke is the main class of the program to save and keep track of ur task in a text file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package duke.ui;
package duke;

import duke.ui.Main;
import javafx.application.Application;

/**
Expand Down

0 comments on commit d196dcb

Please sign in to comment.