User: salborini
Date: 00/11/02 11:32:14
Modified: tomcat/src/main/org/jboss/tomcat/naming
JndiRequestInterceptor.java
Log:
Fixed bad import (BeanClassLoader doesn't exist anymore
Revision Changes Path
1.2 +1 -3
contrib/tomcat/src/main/org/jboss/tomcat/naming/JndiRequestInterceptor.java
Index: JndiRequestInterceptor.java
===================================================================
RCS file:
/products/cvs/ejboss/contrib/tomcat/src/main/org/jboss/tomcat/naming/JndiRequestInterceptor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JndiRequestInterceptor.java 2000/11/02 18:02:46 1.1
+++ JndiRequestInterceptor.java 2000/11/02 19:32:13 1.2
@@ -5,8 +5,6 @@
import org.apache.tomcat.core.RequestInterceptor;
import org.apache.tomcat.core.Response;
-import org.jboss.ejb.BeanClassLoader;
-
import javax.naming.NamingException;
/**
@@ -14,7 +12,7 @@
* used to initialize the application.
* @see JbossWebXmlReader
* @author <a href="mailto:[EMAIL PROTECTED]">Kevin Lewis</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class JndiRequestInterceptor extends BaseInterceptor {