mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Add serialVersionUID
This commit is contained in:
parent
f5f30e17ab
commit
b853018676
|
|
@ -32,7 +32,9 @@ import net.java.games.input.ControllerEventTest;
|
|||
|
||||
public class ControllerEventTestApplet extends Applet {
|
||||
|
||||
public void init() {
|
||||
private static final long serialVersionUID = 4250817143444220400L;
|
||||
|
||||
public void init() {
|
||||
try {
|
||||
new JInputAppletResourceLoader().loadResources(getCodeBase());
|
||||
} catch (IOException e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue