User: oberg
Date: 00/10/27 03:48:38
Modified: src/main/org/jboss/naming/java javaURLContextFactory.java
Log:
Fixed bad imports of the removed BeanClassLoader. Thanks to Ken Jenks for reporting.
Revision Changes Path
1.4 +1 -3 jboss/src/main/org/jboss/naming/java/javaURLContextFactory.java
Index: javaURLContextFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/naming/java/javaURLContextFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- javaURLContextFactory.java 2000/10/25 08:34:08 1.3
+++ javaURLContextFactory.java 2000/10/27 10:48:38 1.4
@@ -13,8 +13,6 @@
import org.jnp.interfaces.NamingContext;
import org.jnp.server.NamingServer;
-import org.jboss.ejb.BeanClassLoader;
-
/**
* Implementation of "java:" namespace factory. The context is associated
* with the thread, so the root context must be set before this is used in a
thread
@@ -24,7 +22,7 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class javaURLContextFactory
implements ObjectFactory