Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Saturday, February 25, 2006 @ 22:22:16
Author: seintur
Path: /cvsroot/fractal/aokell/src/org/objectweb/fractal/aokell/lib/type
Modified: ComponentTypeImpl.java InterfaceTypeImpl.java
Added serialVersionUID field.
------------------------+
ComponentTypeImpl.java | 2 ++
InterfaceTypeImpl.java | 2 ++
2 files changed, 4 insertions(+)
Index: aokell/src/org/objectweb/fractal/aokell/lib/type/ComponentTypeImpl.java
diff -u
aokell/src/org/objectweb/fractal/aokell/lib/type/ComponentTypeImpl.java:1.1
aokell/src/org/objectweb/fractal/aokell/lib/type/ComponentTypeImpl.java:1.2
---
aokell/src/org/objectweb/fractal/aokell/lib/type/ComponentTypeImpl.java:1.1
Sat Feb 11 06:43:51 2006
+++ aokell/src/org/objectweb/fractal/aokell/lib/type/ComponentTypeImpl.java
Sat Feb 25 22:22:16 2006
@@ -37,6 +37,8 @@
*/
public class ComponentTypeImpl implements ComponentType, Serializable {
+ private static final long serialVersionUID = 6834581054002737468L;
+
private InterfaceType[] interfaces;
public ComponentTypeImpl(InterfaceType[] interfaces) {
Index: aokell/src/org/objectweb/fractal/aokell/lib/type/InterfaceTypeImpl.java
diff -u
aokell/src/org/objectweb/fractal/aokell/lib/type/InterfaceTypeImpl.java:1.1
aokell/src/org/objectweb/fractal/aokell/lib/type/InterfaceTypeImpl.java:1.2
---
aokell/src/org/objectweb/fractal/aokell/lib/type/InterfaceTypeImpl.java:1.1
Sat Feb 11 06:43:51 2006
+++ aokell/src/org/objectweb/fractal/aokell/lib/type/InterfaceTypeImpl.java
Sat Feb 25 22:22:16 2006
@@ -35,6 +35,8 @@
*/
public class InterfaceTypeImpl implements InterfaceType, Serializable {
+ private static final long serialVersionUID = -8689269253196796636L;
+
private String name;
private String signature;
private boolean isClient;
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.