From: <ka...@us...> - 2011-04-30 23:56:30
|
Revision: 3521 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3521&view=rev Author: kappa1 Date: 2011-04-30 23:56:24 +0000 (Sat, 30 Apr 2011) Log Message: ----------- AppletLoader: minor tweak on comments Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java Modified: trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java 2011-04-30 23:54:24 UTC (rev 3520) +++ trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java 2011-04-30 23:56:24 UTC (rev 3521) @@ -1665,9 +1665,9 @@ } /** - * Check and validate jar which will be loaded into the classloader to make - * sure that they are not corrupt. This will ensure that cached files are - * never marked as being successfully downloaded if they are corrupt. + * 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. * * @param path - where the jars are stored * @throws Exception if a corrupt jar is found This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |