User: fleury  
  Date: 00/08/24 19:17:54

  Modified:    src/main/org/jboss/ejb/plugins/jrmp12/interfaces
                        EntityProxy.java
  Log:
  No more fastkey for you
  
  Revision  Changes    Path
  1.6       +2 -3      
jboss/src/main/org/jboss/ejb/plugins/jrmp12/interfaces/EntityProxy.java
  
  Index: EntityProxy.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jrmp12/interfaces/EntityProxy.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- EntityProxy.java  2000/08/17 20:13:16     1.5
  +++ EntityProxy.java  2000/08/25 02:17:54     1.6
  @@ -7,14 +7,13 @@
   package org.jboss.ejb.plugins.jrmp12.interfaces;
   
   import  org.jboss.ejb.plugins.jrmp.interfaces.ContainerRemote;
  -import org.jboss.util.FastKey;
   
   /**
    *   <description> 
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.5 $
  + *   @version $Revision: 1.6 $
    */
   public class EntityProxy
       extends org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy
  @@ -25,7 +24,7 @@
         // For externalization to work
      }
   
  -   public EntityProxy(String name, ContainerRemote container, FastKey id, boolean 
optimize)
  +   public EntityProxy(String name, ContainerRemote container, Object id, boolean 
optimize)
      {
          super(name, container, id, optimize);
      }
  
  
  

Reply via email to