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

Manik Surtani manik at jboss.org
Fri Apr 20 08:10:12 EDT 2007


  User: msurtani
  Date: 07/04/20 08:10:12

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  JBCACHE-1027
  
  Revision  Changes    Path
  1.59      +2 -2      JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -b -r1.58 -r1.59
  --- CacheImpl.java	17 Apr 2007 06:09:13 -0000	1.58
  +++ CacheImpl.java	20 Apr 2007 12:10:12 -0000	1.59
  @@ -4154,7 +4154,7 @@
      public void putForExternalRead(Fqn fqn, K key, V value)
      {
         // if the node exists then this should be a no-op.
  -      if (exists(fqn) == false)
  +      if (!exists(fqn))
         {
            getInvocationContext().getOptionOverrides().setFailSilently(true);
            GlobalTransaction tx = getCurrentTransaction();
  
  
  



More information about the jboss-cvs-commits mailing list