Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed May 21, 2023
1 parent 79a75fe commit 885a893
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ccsm-ui/src/main/java/stu/najah/se/ui/Prompter.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ public static void info(String message) {
prompt(message, Alert.AlertType.INFORMATION);
}

/**
* Displays a warning message on screen
*
* @param message to be displayed
*/
public static void warning(String message) {
prompt(message, Alert.AlertType.WARNING);
}

/**
* Displays an error message on screen
*
Expand All @@ -101,9 +92,4 @@ public static void error(Exception e) {
}


public static void loginError() {
error("Login failed. Please check your username and password and try again.");
}


}

0 comments on commit 885a893

Please sign in to comment.