[jboss-cvs] CacheBenchFwk/src/org/cachebench/testobjects ...
Manik Surtani
manik at jboss.org
Tue Mar 13 10:50:46 EDT 2007
User: msurtani
Date: 07/03/13 10:50:46
Modified: src/org/cachebench/testobjects
CustomTypeWithAssocs.java
CustomTypeSubclassOfAbstract.java
SerializableCustomTypeWithAssocs.java
SerializableCustomTypeWithTransient.java
CustomTypeWithTransient.java
CustomTypeWithStatics.java
SerializableCustomTypeSubclassOfAbstract.java
SerializableCustomTypeWithStatics.java
SerializableAbstractSuperclass.java
AbstractSuperclass.java SerializableCustomType.java
CustomType.java
Log:
wc
Revision Changes Path
1.2 +11 -11 CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeWithAssocs.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CustomTypeWithAssocs.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeWithAssocs.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- CustomTypeWithAssocs.java 20 Dec 2005 05:40:01 -0000 1.1
+++ CustomTypeWithAssocs.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -5,7 +5,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: CustomTypeWithAssocs.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: CustomTypeWithAssocs.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public class CustomTypeWithAssocs
{
1.2 +6 -6 CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeSubclassOfAbstract.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CustomTypeSubclassOfAbstract.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeSubclassOfAbstract.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- CustomTypeSubclassOfAbstract.java 20 Dec 2005 05:40:01 -0000 1.1
+++ CustomTypeSubclassOfAbstract.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -5,7 +5,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: CustomTypeSubclassOfAbstract.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: CustomTypeSubclassOfAbstract.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public class CustomTypeSubclassOfAbstract extends AbstractSuperclass
{
1.2 +11 -11 CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeWithAssocs.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SerializableCustomTypeWithAssocs.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeWithAssocs.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SerializableCustomTypeWithAssocs.java 20 Dec 2005 05:40:01 -0000 1.1
+++ SerializableCustomTypeWithAssocs.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -6,7 +6,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: SerializableCustomTypeWithAssocs.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: SerializableCustomTypeWithAssocs.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public class SerializableCustomTypeWithAssocs implements Serializable
{
1.3 +8 -8 CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeWithTransient.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SerializableCustomTypeWithTransient.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeWithTransient.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- SerializableCustomTypeWithTransient.java 23 Dec 2005 07:20:47 -0000 1.2
+++ SerializableCustomTypeWithTransient.java 13 Mar 2007 14:50:45 -0000 1.3
@@ -6,7 +6,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: SerializableCustomTypeWithTransient.java,v 1.2 2005/12/23 07:20:47 imran Exp $
+ * @version $Id: SerializableCustomTypeWithTransient.java,v 1.3 2007/03/13 14:50:45 msurtani Exp $
*/
public class SerializableCustomTypeWithTransient implements Serializable
{
1.3 +8 -8 CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeWithTransient.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CustomTypeWithTransient.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeWithTransient.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- CustomTypeWithTransient.java 23 Dec 2005 07:23:56 -0000 1.2
+++ CustomTypeWithTransient.java 13 Mar 2007 14:50:45 -0000 1.3
@@ -5,7 +5,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: CustomTypeWithTransient.java,v 1.2 2005/12/23 07:23:56 imran Exp $
+ * @version $Id: CustomTypeWithTransient.java,v 1.3 2007/03/13 14:50:45 msurtani Exp $
*/
public class CustomTypeWithTransient
{
1.2 +10 -10 CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeWithStatics.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CustomTypeWithStatics.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/CustomTypeWithStatics.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- CustomTypeWithStatics.java 20 Dec 2005 05:40:01 -0000 1.1
+++ CustomTypeWithStatics.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -5,7 +5,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: CustomTypeWithStatics.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: CustomTypeWithStatics.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public class CustomTypeWithStatics
{
1.2 +6 -6 CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeSubclassOfAbstract.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SerializableCustomTypeSubclassOfAbstract.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeSubclassOfAbstract.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SerializableCustomTypeSubclassOfAbstract.java 20 Dec 2005 05:40:01 -0000 1.1
+++ SerializableCustomTypeSubclassOfAbstract.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -5,7 +5,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: SerializableCustomTypeSubclassOfAbstract.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: SerializableCustomTypeSubclassOfAbstract.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public class SerializableCustomTypeSubclassOfAbstract extends SerializableAbstractSuperclass
{
1.2 +10 -10 CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeWithStatics.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SerializableCustomTypeWithStatics.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomTypeWithStatics.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SerializableCustomTypeWithStatics.java 20 Dec 2005 05:40:01 -0000 1.1
+++ SerializableCustomTypeWithStatics.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -6,7 +6,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: SerializableCustomTypeWithStatics.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: SerializableCustomTypeWithStatics.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public class SerializableCustomTypeWithStatics implements Serializable
{
1.2 +6 -6 CacheBenchFwk/src/org/cachebench/testobjects/SerializableAbstractSuperclass.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SerializableAbstractSuperclass.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/SerializableAbstractSuperclass.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SerializableAbstractSuperclass.java 20 Dec 2005 05:40:01 -0000 1.1
+++ SerializableAbstractSuperclass.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -6,7 +6,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: SerializableAbstractSuperclass.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: SerializableAbstractSuperclass.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public abstract class SerializableAbstractSuperclass implements Serializable
{
1.2 +6 -6 CacheBenchFwk/src/org/cachebench/testobjects/AbstractSuperclass.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: AbstractSuperclass.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/AbstractSuperclass.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- AbstractSuperclass.java 20 Dec 2005 05:40:01 -0000 1.1
+++ AbstractSuperclass.java 13 Mar 2007 14:50:45 -0000 1.2
@@ -5,7 +5,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: AbstractSuperclass.java,v 1.1 2005/12/20 05:40:01 imran Exp $
+ * @version $Id: AbstractSuperclass.java,v 1.2 2007/03/13 14:50:45 msurtani Exp $
*/
public abstract class AbstractSuperclass
{
1.3 +6 -6 CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomType.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SerializableCustomType.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/SerializableCustomType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- SerializableCustomType.java 23 Dec 2005 07:21:16 -0000 1.2
+++ SerializableCustomType.java 13 Mar 2007 14:50:45 -0000 1.3
@@ -6,7 +6,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: SerializableCustomType.java,v 1.2 2005/12/23 07:21:16 imran Exp $
+ * @version $Id: SerializableCustomType.java,v 1.3 2007/03/13 14:50:45 msurtani Exp $
*/
public class SerializableCustomType implements Serializable
{
1.3 +7 -7 CacheBenchFwk/src/org/cachebench/testobjects/CustomType.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CustomType.java
===================================================================
RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/testobjects/CustomType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- CustomType.java 23 Dec 2005 07:24:19 -0000 1.2
+++ CustomType.java 13 Mar 2007 14:50:45 -0000 1.3
@@ -5,7 +5,7 @@
/**
* @author Manik Surtani (manik at surtani.org)
- * @version $Id: CustomType.java,v 1.2 2005/12/23 07:24:19 imran Exp $
+ * @version $Id: CustomType.java,v 1.3 2007/03/13 14:50:45 msurtani Exp $
*/
public class CustomType
{
More information about the jboss-cvs-commits
mailing list