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

Jason Thomas Greene jgreene at jboss.com
Wed Jun 6 17:56:07 EDT 2007


  User: jgreene 
  Date: 07/06/06 17:56:07

  Modified:    src/org/jboss/cache/pojo/notification 
                        ListModifyNotification.java
  Log:
  Fix index type
  
  Revision  Changes    Path
  1.3       +10 -10    JBossCache/src/org/jboss/cache/pojo/notification/ListModifyNotification.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ListModifyNotification.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/notification/ListModifyNotification.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ListModifyNotification.java	30 May 2007 06:08:02 -0000	1.2
  +++ ListModifyNotification.java	6 Jun 2007 21:56:07 -0000	1.3
  @@ -49,7 +49,7 @@
       * 
       * @return the index of this change
       */
  -   public Object getIndex()
  +   public int getIndex()
      {
         return index;
      }
  
  
  



More information about the jboss-cvs-commits mailing list