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

Galder Zamarreno galder.zamarreno at jboss.com
Tue Jan 30 14:22:07 EST 2007


  User: gzamarreno
  Date: 07/01/30 14:22:07

  Modified:    src/org/jboss/cache/marshall  VersionAwareMarshaller.java
  Log:
  [JBCACHE-954] FileCacheLoader uses VAM as well. Architecture section in documentation updated to inform that JDBCCacheLoader and FileCacheLoader using VAM too.
  
  Revision  Changes    Path
  1.20      +1 -1      JBossCache/src/org/jboss/cache/marshall/VersionAwareMarshaller.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: VersionAwareMarshaller.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/VersionAwareMarshaller.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- VersionAwareMarshaller.java	25 Jan 2007 14:12:07 -0000	1.19
  +++ VersionAwareMarshaller.java	30 Jan 2007 19:22:07 -0000	1.20
  @@ -167,7 +167,7 @@
         }
         catch (Exception e)
         {
  -         log.error("Unable to read version id from first two bytes of stream, barfing.", e);
  +         log.error("Unable to read version id from first two bytes of stream, barfing.");
            throw e;
         }
   
  
  
  



More information about the jboss-cvs-commits mailing list