juergen     2002/08/01 05:04:59

  Modified:    src/share/org/apache/slide/content NodeProperty.java
  Log:
  Just added some docs.
  (ralf)
  
  Revision  Changes    Path
  1.18      +15 -4     
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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- NodeProperty.java 12 Jun 2002 10:44:26 -0000      1.17
  +++ NodeProperty.java 1 Aug 2002 12:04:59 -0000       1.18
  @@ -95,8 +95,19 @@
       protected static final String I_STANDARDLIVEPROPERTIESCLASS         = 
"standardLivePropertiesClass";
       protected static final String I_STANDARDLIVEPROPERTIESCLASS_DEFAULT = 
"org.apache.slide.webdav.util.resourcekind.AbstractResourceKind";
       
  +    /**
  +     * The standard live properties.
  +     */
       public static Set allLiveProperties;
  +
  +    /**
  +     * The standard protected properties.
  +     */
       public static Set allProtectedProperties;
  +
  +    /**
  +     * The standard computed properties.
  +     */
       public static Set allComputedProperties;
       
       static {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to