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 di...@apache.org on 2001/08/13 19:02:04 UTC

cvs commit: jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient StreamInterceptor.java

dirkv       01/08/13 10:02:04

  Modified:    src/webdav/client/src/org/apache/commons/httpclient
                        StreamInterceptor.java
  Log:
  correct typo
  
  Revision  Changes    Path
  1.2       +4 -5      jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/StreamInterceptor.java
  
  Index: StreamInterceptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/StreamInterceptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StreamInterceptor.java	2001/08/10 20:39:50	1.1
  +++ StreamInterceptor.java	2001/08/13 17:02:04	1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/StreamInterceptor.java,v 1.1 2001/08/10 20:39:50 remm Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/08/10 20:39:50 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/StreamInterceptor.java,v 1.2 2001/08/13 17:02:04 dirkv Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/08/13 17:02:04 $
    *
    * ====================================================================
    *
  @@ -24,8 +24,7 @@
    *
    * 3. The end-user documentation included with the redistribution, if
    *    any, must include the following acknowlegement:  
  - *       "This p        bytesRead(count);
  -roduct includes software developed by the 
  + *       "This product includes software developed by the 
    *        Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.