geforkt von Mirrors/Paper
Fixed empty console! Oops!
Dieser Commit ist enthalten in:
Ursprung
07b86b1230
Commit
d7114a4f62
@ -25,12 +25,12 @@ public class ShortConsoleLogFormatter extends Formatter {
|
|||||||
}
|
}
|
||||||
} catch (OptionException ex) {
|
} catch (OptionException ex) {
|
||||||
System.err.println("Given date format is not valid. Falling back to default.");
|
System.err.println("Given date format is not valid. Falling back to default.");
|
||||||
} finally {
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (date == null) {
|
if (date == null) {
|
||||||
date = new SimpleDateFormat("HH:mm:ss");
|
date = new SimpleDateFormat("HH:mm:ss");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
this.date = date;
|
this.date = date;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren