pnever      2002/10/18 01:21:22

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        GetMethod.java
  Log:
  Made resourcePath protected to allow subclassing
  
  Revision  Changes    Path
  1.35      +4 -4      
jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/GetMethod.java
  
  Index: GetMethod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/GetMethod.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- GetMethod.java    23 Aug 2002 14:25:20 -0000      1.34
  +++ GetMethod.java    18 Oct 2002 08:21:22 -0000      1.35
  @@ -155,7 +155,7 @@
       /**
        * Resource to be retrieved.
        */
  -    private String resourcePath;
  +    protected String resourcePath;
   
   
       // ----------------------------------------------------------- Constructors
  
  
  

--
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