Skip to content

Commit 9f29cf0

Browse files
committed
Very minor changes.
1 parent 61c62cd commit 9f29cf0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/DialogBox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void lunaGui() {
8989
if (dialog.getText().contains(Ui.invalidTaskFormatBasicExceptionMessage())
9090
|| dialog.getText().contains(Ui.invalidKeywordExceptionMessage())
9191
|| dialog.getText().contains(Ui.invalidNumberExceptionMessage())) {
92-
dialog.setBackground(new Background(new BackgroundFill(Color.YELLOW, new CornerRadii(15.0),
92+
dialog.setBackground(new Background(new BackgroundFill(Color.RED, new CornerRadii(15.0),
9393
Insets.EMPTY)));
9494
}
9595
}

src/main/java/MainWindow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ private void handleUserInput() {
6161
Platform.exit();
6262
System.exit(0);
6363
}
64+
6465
userInput.clear();
6566
}
6667
}

src/main/java/Storage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ static void uploadToHardDrive() {
7171
String description = t.getDescription();
7272
String tag = "";
7373
if (t.getIsTagged()) {
74-
System.out.println("yes");
7574
tag = t.getTag();
7675
}
7776

0 commit comments

Comments
 (0)