mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-15 23:06:07 -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;
|
||||
|
||||
public LogWindowOutputStream(LogWindow logWindow, Level l) {
|
||||
Objects.nonNull(logWindow);
|
||||
Objects.nonNull(l);
|
||||
txt = logWindow;
|
||||
sas = l;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user