[jboss-cvs] JBossCache/src/org/jboss/cache/pojo ...

Brian Stansberry brian.stansberry at jboss.com
Tue May 22 00:16:07 EDT 2007


  User: bstansberry
  Date: 07/05/22 00:16:07

  Modified:    src/org/jboss/cache/pojo 
                        PojoCacheAlreadyDetachedException.java
  Log:
  [JBCACHE-1064] Declare a serialVersionUID
  
  Revision  Changes    Path
  1.2       +4 -1      JBossCache/src/org/jboss/cache/pojo/PojoCacheAlreadyDetachedException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheAlreadyDetachedException.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/PojoCacheAlreadyDetachedException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PojoCacheAlreadyDetachedException.java	13 Jan 2007 15:55:01 -0000	1.1
  +++ PojoCacheAlreadyDetachedException.java	22 May 2007 04:16:07 -0000	1.2
  @@ -12,10 +12,13 @@
    * is still trying to access it via the cache interceptor.
    *
    * @author Ben Wang
  - * @version $Id: PojoCacheAlreadyDetachedException.java,v 1.1 2007/01/13 15:55:01 bwang Exp $
  + * @version $Id: PojoCacheAlreadyDetachedException.java,v 1.2 2007/05/22 04:16:07 bstansberry Exp $
    */
   public class PojoCacheAlreadyDetachedException extends PojoCacheException
   {
  +   /** The serialVersionUID */
  +   private static final long serialVersionUID = -7994594319185959431L;
  +
      public PojoCacheAlreadyDetachedException()
      {
         super();
  
  
  



More information about the jboss-cvs-commits mailing list