mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
add missing final
This commit is contained in:
parent
5592301984
commit
62f8a9608a
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
* @param path location where applet is stored
|
||||
* @throws Exception if it fails to add classpath
|
||||
*/
|
||||
protected void updateClassPath(String path) throws Exception {
|
||||
protected void updateClassPath(final String path) throws Exception {
|
||||
|
||||
state = STATE_UPDATING_CLASSPATH;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue