costin      01/02/05 22:48:54

  Modified:    src/share/org/apache/tomcat/util/test HttpClient.java
  Log:
  Removing debug message.
  
  Revision  Changes    Path
  1.5       +0 -2      
jakarta-tomcat/src/share/org/apache/tomcat/util/test/HttpClient.java
  
  Index: HttpClient.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/test/HttpClient.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HttpClient.java   2001/01/28 19:53:11     1.4
  +++ HttpClient.java   2001/02/06 06:48:53     1.5
  @@ -131,14 +131,12 @@
       /** The port used to send the request
        */
       public void setPort(String portS) {
  -     System.out.println("HttpClient.setPort " + portS + " " + port);
        this.port=Integer.valueOf( portS).intValue();
       }
   
       /** Set the port as int - different name to avoid confusing introspection
        */
       public void setPortInt(int i) {
  -     System.out.println("HttpClient.setPort " + i + " " + port );
        this.port=i;
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to