Author: heiko.braun(a)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(a)jboss.org
* @since 25.01.2007
*/
Show replies by date