You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/01/04 18:39:46 UTC

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

dion        2003/01/04 09:39:46

  Modified:    httpclient/src/java/org/apache/commons/httpclient
                        StatusLine.java
  Log:
  Reorg imports
  
  Revision  Changes    Path
  1.5       +4 -7      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/StatusLine.java
  
  Index: StatusLine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/StatusLine.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StatusLine.java	18 Oct 2002 13:43:45 -0000	1.4
  +++ StatusLine.java	4 Jan 2003 17:39:46 -0000	1.5
  @@ -62,9 +62,6 @@
   
   package org.apache.commons.httpclient;
   
  -import org.apache.commons.logging.LogFactory;
  -import org.apache.commons.logging.Log;
  -
   /**
    * Represents a Status-Line as returned from a HTTP server.
    *
  
  
  

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