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

Jason Thomas Greene jgreene at jboss.com
Wed May 16 14:22:35 EDT 2007


  User: jgreene 
  Date: 07/05/16 14:22:35

  Modified:    src/org/jboss/cache/pojo/notification 
                        ArrayModifyNotification.java
  Log:
  Fix wrong return type
  
  Revision  Changes    Path
  1.2       +1 -1      JBossCache/src/org/jboss/cache/pojo/notification/ArrayModifyNotification.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ArrayModifyNotification.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/notification/ArrayModifyNotification.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ArrayModifyNotification.java	23 Apr 2007 13:09:21 -0000	1.1
  +++ ArrayModifyNotification.java	16 May 2007 18:22:35 -0000	1.2
  @@ -46,7 +46,7 @@
       * 
       * @return the index of this change
       */
  -   public Object getIndex()
  +   public int getIndex()
      {
         return index;
      }
  
  
  



More information about the jboss-cvs-commits mailing list