Index: src/gnu/gcjwebplugin/AppletViewer.java =================================================================== RCS file: /cvsroot/gcjwebplugin/gcjwebplugin/src/gnu/gcjwebplugin/AppletViewer.java,v retrieving revision 1.46 diff -u -r1.46 AppletViewer.java --- src/gnu/gcjwebplugin/AppletViewer.java 26 Apr 2006 19:39:39 -0000 1.46 +++ src/gnu/gcjwebplugin/AppletViewer.java 26 Apr 2006 21:34:53 -0000 @@ -52,7 +52,6 @@ private static ClassLoader getClassLoader(URL codebase, ArrayList archives) { - // Ask cache for class loader. // Should load class loader each time. It is possible that there // are more than one applet to be loaded with different archives. AppletClassLoader loader = new AppletClassLoader(codebase, archives);