User: starksm 
  Date: 02/04/18 09:55:37

  Modified:    src/main/org/jboss/test/cts/keys Tag: Branch_3_0
                        AccountPK.java
  Log:
  Add a local entity interface and testing of stateful session passivation
  of a bean that includes a java:comp/env context and local interface
  as instance session variables
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -8      jbosstest/src/main/org/jboss/test/cts/keys/AccountPK.java
  
  Index: AccountPK.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/cts/keys/AccountPK.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- AccountPK.java    9 Mar 2002 01:21:03 -0000       1.3
  +++ AccountPK.java    18 Apr 2002 16:55:37 -0000      1.3.2.1
  @@ -1,18 +1,14 @@
   package org.jboss.test.cts.keys;
   
  -
  -
  -import java.io.*;
  -
  +import java.io.Serializable;
   
   /**
    * Class AccountPK
    *
    *
  - * @author
  - * @version %I%, %G%
  + * @author [EMAIL PROTECTED]
  + * @version $Revision: 1.3.2.1 $
    */
  -
   public class AccountPK
      implements Serializable
   {
  @@ -69,6 +65,5 @@
      }
         
   }
  -
   
   /*------ Formatted by Jindent 3.23 Basic 1.0 --- http://www.jindent.de ------*/
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to