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 re...@locus.apache.org on 2000/09/26 05:21:23 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/webdav/common WebdavStatus.java

remm        00/09/25 20:21:23

  Modified:    src/share/org/apache/slide/webdav/common WebdavStatus.java
  Log:
  - Removes a JavaDoc warning
  
  Revision  Changes    Path
  1.2       +7 -11     jakarta-slide/src/share/org/apache/slide/webdav/common/WebdavStatus.java
  
  Index: WebdavStatus.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/webdav/common/WebdavStatus.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WebdavStatus.java	2000/05/09 02:47:31	1.1
  +++ WebdavStatus.java	2000/09/26 03:21:23	1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/webdav/common/WebdavStatus.java,v 1.1 2000/05/09 02:47:31 remm Exp $
  - * $Revision: 1.1 $
  - * $Date: 2000/05/09 02:47:31 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/webdav/common/WebdavStatus.java,v 1.2 2000/09/26 03:21:23 remm Exp $
  + * $Revision: 1.2 $
  + * $Date: 2000/09/26 03:21:23 $
    *
    * ====================================================================
    *
  @@ -74,14 +74,10 @@
   import org.apache.slide.common.*;
   
   /**
  - * Wraps the HttpServletResponse class to abstract the
  - * specific protocol used.  To support other protocols
  - * we would only need to modify this class and the
  - * WebDavRetCode classes.
  - *
  - * @see			WebDavRetCode
  - * @author		Marc Eaddy
  - * @version		1.0, 16 Nov 1997
  + * Extended HTTP protocols used by WebDAV.
  + *
  + * @author Marc Eaddy
  + * @version $Revision: 1.2 $
    */
   public class WebdavStatus {