mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 05:48:07 +00:00
spelling: occurred
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
8ef441fda8
commit
e137fdbca1
@@ -56,8 +56,8 @@ public class ConsoleAbortRetryIgnoreHandler implements AbortRetryIgnoreHandler {
|
||||
}
|
||||
Scanner sc = new Scanner(System.in);
|
||||
if (thrown != null) {
|
||||
Logger.getLogger(ConsoleAbortRetryIgnoreHandler.class.getName()).log(Level.SEVERE, "Error occured", thrown);
|
||||
System.out.println("Error occured: " + thrown.getLocalizedMessage());
|
||||
Logger.getLogger(ConsoleAbortRetryIgnoreHandler.class.getName()).log(Level.SEVERE, "Error occurred", thrown);
|
||||
System.out.println("Error occurred: " + thrown.getLocalizedMessage());
|
||||
}
|
||||
do {
|
||||
System.out.print("Select action: (A)bort, (R)Retry, (I)Ignore:");
|
||||
|
||||
Reference in New Issue
Block a user