You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2002/09/02 10:55:31 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/content NodeProperty.java

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>