From d635a22014a82d5deab4e3f5a4a62018081fb273 Mon Sep 17 00:00:00 2001 From: kappa1 Date: Sat, 30 Apr 2011 23:56:24 +0000 Subject: [PATCH] AppletLoader: minor tweak on comments --- src/java/org/lwjgl/util/applet/AppletLoader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/org/lwjgl/util/applet/AppletLoader.java b/src/java/org/lwjgl/util/applet/AppletLoader.java index 483d2c9a..1761d6a0 100644 --- a/src/java/org/lwjgl/util/applet/AppletLoader.java +++ b/src/java/org/lwjgl/util/applet/AppletLoader.java @@ -1665,9 +1665,9 @@ public class AppletLoader extends Applet implements Runnable, AppletStub { } /** - * 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