This commit is contained in:
kappa1 2011-05-01 00:03:26 +00:00
parent d635a22014
commit 555ac07fd4
1 changed files with 1 additions and 1 deletions

View File

@ -1667,7 +1667,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
/**
* Check and validate jars which will be loaded into the classloader to make
* sure that they are not corrupt. This ensures corrupt files are never marked
* as successfully downloadeds by the cache system.
* as successful downloadeds by the cache system.
*
* @param path - where the jars are stored
* @throws Exception if a corrupt jar is found