mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 23:50:24 +01:00
Fixed compile warnings
This commit is contained in:
parent
af914ca5e4
commit
67902800ab
|
|
@ -30,6 +30,7 @@ import java.io.IOException;
|
|||
|
||||
import net.java.games.input.ControllerEventTest;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class ControllerEventTestApplet extends Applet {
|
||||
|
||||
private static final long serialVersionUID = 4250817143444220400L;
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ import java.io.IOException;
|
|||
|
||||
import net.java.games.input.ControllerReadTest;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class ControllerReadTestApplet extends Applet {
|
||||
|
||||
private static final long serialVersionUID = -2558493887683964119L;
|
||||
|
|
|
|||
Loading…
Reference in a new issue