add missing final

This commit is contained in:
kappa1 2011-01-12 20:29:06 +00:00
parent 5592301984
commit 62f8a9608a
1 changed files with 1 additions and 1 deletions

View File

@ -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;