mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Fixed compile warnings
This commit is contained in:
parent
5ba05aff65
commit
4b8183ead9
|
|
@ -360,6 +360,7 @@ final class LinuxEventDevice implements LinuxDevice {
|
|||
throw new IOException("Device is closed");
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
protected void finalize() throws IOException {
|
||||
close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue