[jbosscache-commits] JBoss Cache SVN: r8160 - core/trunk/src/main/java/org/jboss/cache/marshall.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Aug 6 06:09:35 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-08-06 06:09:35 -0400 (Thu, 06 Aug 2009)
New Revision: 8160

Modified:
   core/trunk/src/main/java/org/jboss/cache/marshall/VersionAwareMarshaller.java
Log:
Updated marshaller version

Modified: core/trunk/src/main/java/org/jboss/cache/marshall/VersionAwareMarshaller.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/marshall/VersionAwareMarshaller.java	2009-08-06 09:50:08 UTC (rev 8159)
+++ core/trunk/src/main/java/org/jboss/cache/marshall/VersionAwareMarshaller.java	2009-08-06 10:09:35 UTC (rev 8160)
@@ -57,6 +57,7 @@
    private static final int VERSION_220 = 22;
    private static final int VERSION_300 = 30;
    private static final int VERSION_310 = 31;
+   private static final int VERSION_320 = 32;
    private static final int CUSTOM_MARSHALLER = 999;
 
    private ComponentRegistry componentRegistry;
@@ -311,6 +312,7 @@
                marshallers.put(VERSION_210, marshaller);
             }
             break;
+         case VERSION_320:
          case VERSION_310:
          case VERSION_300:
             knownVersion = true;



More information about the jbosscache-commits mailing list