mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-06 06:53:59 +00:00
Fixed compile warnings
This commit is contained in:
parent
5ba05aff65
commit
4b8183ead9
1 changed files with 1 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ final class LinuxEventDevice implements LinuxDevice {
|
|||
throw new IOException("Device is closed");
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
protected void finalize() throws IOException {
|
||||
close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue