pnever 2002/09/02 01:55:31
Modified: src/share/org/apache/slide/content NodeProperty.java
Log:
Made inner class Kind serializable. Thanks to Kevin Moran for reporting this.
Revision Changes Path
1.19 +5 -5
jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java
Index: NodeProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- NodeProperty.java 1 Aug 2002 12:04:59 -0000 1.18
+++ NodeProperty.java 2 Sep 2002 08:55:31 -0000 1.19
@@ -548,7 +548,7 @@
/**
* The kind of a property: dead, live, protected, computed
*/
- public static class Kind {
+ public static class Kind implements Serializable {
private static int
DEAD_ID = 0,
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>