pnever      2002/10/22 00:12:10

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        MkcolMethod.java
  Log:
  Made field colname protected to allow subclassing
  
  Revision  Changes    Path
  1.26      +5 -5      
jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/MkcolMethod.java
  
  Index: MkcolMethod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/MkcolMethod.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- MkcolMethod.java  12 Aug 2002 12:55:02 -0000      1.25
  +++ MkcolMethod.java  22 Oct 2002 07:12:10 -0000      1.26
  @@ -99,12 +99,12 @@
       /**
        * Collection name.
        */
  -    private String colName;
  +    protected String colName;
       
       
       /**
        * Constructor.
  -     * 
  +     *
        * @param token     the token for accessing the namespace
        * @param config    configuration of the WebDAV servlet
        */
  
  
  

--
To unsubscribe, e-mail:   <mailto:slide-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-dev-help@;jakarta.apache.org>

Reply via email to