You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by su...@apache.org on 2002/09/07 18:51:14 UTC

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient WireLogInputStream.java

sullis      2002/09/07 09:51:14

  Modified:    httpclient/src/java/org/apache/commons/httpclient
                        WireLogInputStream.java
  Log:
  this class is no longer public.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/WireLogInputStream.java
  
  Index: WireLogInputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/WireLogInputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WireLogInputStream.java	2 Sep 2002 14:52:48 -0000	1.1
  +++ WireLogInputStream.java	7 Sep 2002 16:51:14 -0000	1.2
  @@ -7,10 +7,11 @@
    * Logs all data read to the wire log.
    *
    * @author Ortwin Gl�ck
  + * 
    * @since 2.0
    */
   
  -public class WireLogInputStream extends FilterInputStream {
  +class WireLogInputStream extends FilterInputStream {
       /** Log for any wire messages. */
       private static final Log wireLog = LogFactory.getLog("httpclient.wire");
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>