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

Manik Surtani msurtani at jboss.com
Wed Feb 28 13:37:02 EST 2007


  User: msurtani
  Date: 07/02/28 13:37:02

  Modified:    src/org/jboss/cache/aop/references  Tag:
                        Branch_JBossCache_1_4_0 PersistentReference.java
  Log:
  JBCACHE-979
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +4 -2      JBossCache/src/org/jboss/cache/aop/references/Attic/PersistentReference.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PersistentReference.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/aop/references/Attic/PersistentReference.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -b -r1.1 -r1.1.2.1
  --- PersistentReference.java	8 Jun 2006 04:05:43 -0000	1.1
  +++ PersistentReference.java	28 Feb 2007 18:37:02 -0000	1.1.2.1
  @@ -89,6 +89,8 @@
   				
   				// Return ths value straight from the rebuild, to guarantee the value is not destroyed if a GC happens during the rebuild reference
   				return rebuildReference();
  +         } catch (RuntimeException re) {
  +            throw re;
   			}
   			catch (Exception e)
   			{
  
  
  



More information about the jboss-cvs-commits mailing list