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

Brian Stansberry brian.stansberry at jboss.com
Mon May 21 22:31:46 EDT 2007


  User: bstansberry
  Date: 07/05/21 22:31:46

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



More information about the jboss-cvs-commits mailing list