mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-16 07:16:27 -04:00
修正使用java 8 API导致启动失败
This commit is contained in:
parent
c39f1ad75f
commit
3f15eddb0c
@ -35,8 +35,6 @@ public class LogWindowOutputStream extends OutputStream {
|
|||||||
private final Level sas;
|
private final Level sas;
|
||||||
|
|
||||||
public LogWindowOutputStream(LogWindow logWindow, Level l) {
|
public LogWindowOutputStream(LogWindow logWindow, Level l) {
|
||||||
Objects.nonNull(logWindow);
|
|
||||||
Objects.nonNull(l);
|
|
||||||
txt = logWindow;
|
txt = logWindow;
|
||||||
sas = l;
|
sas = l;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user