[jbossws-commits] JBossWS SVN: r3766 - branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/ws/integration.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 29 09:47:00 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-29 09:46:59 -0400 (Fri, 29 Jun 2007)
New Revision: 3766

Modified:
   branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/ws/integration/URLLoaderAdapter.java
Log:
Update URLLoaderAdapter documentation

Modified: branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/ws/integration/URLLoaderAdapter.java
===================================================================
--- branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/ws/integration/URLLoaderAdapter.java	2007-06-29 13:30:45 UTC (rev 3765)
+++ branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/ws/integration/URLLoaderAdapter.java	2007-06-29 13:46:59 UTC (rev 3766)
@@ -30,9 +30,10 @@
 import java.net.URLClassLoader;
 
 /**
- * The default file adapter loads resources through an associated classloader.
- * If no classload is set, the the thread context classloader will be used.
+ * Load resources through a URLClassLoader.<br>
+ * NOTE: The associated classloader doesn't do parent delegation.
  *
+ *
  * @author Heiko.Braun at jboss.org
  * @since 25.01.2007
  */




More information about the jbossws-commits mailing list