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

Ben Wang bwang at jboss.com
Sat Jul 15 23:29:26 EDT 2006


  User: bwang   
  Date: 06/07/15 23:29:26

  Modified:    src-50/org/jboss/cache/pojo/collection  CachedListImpl.java
  Log:
  Formatting.
  
  Revision  Changes    Path
  1.6       +2 -1      JBossCache/src-50/org/jboss/cache/pojo/collection/CachedListImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CachedListImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/collection/CachedListImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- CachedListImpl.java	13 Jul 2006 15:56:12 -0000	1.5
  +++ CachedListImpl.java	16 Jul 2006 03:29:26 -0000	1.6
  @@ -105,7 +105,8 @@
         {
            if (index != 0)
               checkIndex(); // Since index can be size().
  -         return Null.toNullValue(pCache_.putObject(AopUtil.constructFqn(getFqn(), Integer.toString(index)), Null.toNullObject(element)));
  +         return Null.toNullValue(pCache_.putObject(AopUtil.constructFqn(getFqn(),
  +                 Integer.toString(index)), Null.toNullObject(element)));
         } catch (Exception e)
         {
            throw new RuntimeException(e);
  
  
  



More information about the jboss-cvs-commits mailing list