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

Manik Surtani msurtani at jboss.com
Fri Jan 5 05:46:01 EST 2007


  User: msurtani
  Date: 07/01/05 05:46:01

  Modified:    src/org/jboss/cache  UnversionedNode.java
  Log:
  Committed half baked code by mistake
  
  Revision  Changes    Path
  1.13      +0 -2      JBossCache/src/org/jboss/cache/UnversionedNode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UnversionedNode.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/UnversionedNode.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- UnversionedNode.java	5 Jan 2007 08:58:37 -0000	1.12
  +++ UnversionedNode.java	5 Jan 2007 10:46:01 -0000	1.13
  @@ -207,8 +207,6 @@
   
      public synchronized Object getDirect(Object key)
      {
  -      if (!getLock().getReaderOwners().contains(Thread.currentThread())) throw new CacheException();
  -
         return data == null ? null : data.get(key);
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list