mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-07 07:24:21 +00:00
Add serialVersionUID
This commit is contained in:
parent
f5f30e17ab
commit
b853018676
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue