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

Manik Surtani msurtani at jboss.com
Thu Oct 12 19:03:58 EDT 2006


  User: msurtani
  Date: 06/10/12 19:03:58

  Modified:    src/org/jboss/cache/factories  DefaultCacheFactory.java
  Log:
  a LOT of changes around Regions, in an attempt to unify eviction and marshalling regions
  
  Revision  Changes    Path
  1.10      +2 -2      JBossCache/src/org/jboss/cache/factories/DefaultCacheFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DefaultCacheFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/factories/DefaultCacheFactory.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- DefaultCacheFactory.java	13 Sep 2006 16:04:49 -0000	1.9
  +++ DefaultCacheFactory.java	12 Oct 2006 23:03:58 -0000	1.10
  @@ -51,8 +51,8 @@
         }
         catch (Exception e)
         {
  -         if (e instanceof ConfigurationException) throw (ConfigurationException) e;
  -         throw new ConfigurationException(e.getMessage());
  +         if (e instanceof ConfigurationException) throw(ConfigurationException) e;
  +         throw new RuntimeException(e);
         }
      }
   }
  
  
  



More information about the jboss-cvs-commits mailing list