User: oberg   
  Date: 00/10/27 03:48:37

  Modified:    src/main/org/jboss/naming ENCFactory.java
  Log:
  Fixed bad imports of the removed BeanClassLoader. Thanks to Ken Jenks for reporting.
  
  Revision  Changes    Path
  1.2       +1 -3      jboss/src/main/org/jboss/naming/ENCFactory.java
  
  Index: ENCFactory.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/naming/ENCFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ENCFactory.java   2000/10/25 08:34:07     1.1
  +++ ENCFactory.java   2000/10/27 10:48:37     1.2
  @@ -13,8 +13,6 @@
   import org.jnp.server.NamingServer;
   import org.jnp.interfaces.NamingContext;
   
  -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 Oberg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class ENCFactory
      implements ObjectFactory
  
  
  

Reply via email to