yoavs       2003/08/18 17:43:42

  Modified:    latka/src/java/org/apache/commons/latka/http
                        RequestImpl.java
  Log:
  Applied misc JavaDoc corrections for bug 12916.
  
  Revision  Changes    Path
  1.38      +8 -9      
jakarta-commons/latka/src/java/org/apache/commons/latka/http/RequestImpl.java
  
  Index: RequestImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/http/RequestImpl.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- RequestImpl.java  8 Jul 2003 15:46:43 -0000       1.37
  +++ RequestImpl.java  19 Aug 2003 00:43:42 -0000      1.38
  @@ -189,9 +189,8 @@
       }
       
       /**
  -     * Returns a constant representing the http method
  -     * (get, post, etc.) being used by this request.  See
  -     * the Request interface for available constants.
  +     * Returns the object implementing the HttpMethod
  +     * (get, post, etc.) for this request.
        *
        * @return the underlying HttpMethod object representing the request/
        *      response pair.
  @@ -319,7 +318,7 @@
               // is enabled, HTTPClient may return a path
               // that is different from the initial request.
               // HTTPClient will not follow redirects to another
  -            // host or port; in that event, it will always
  +            // host, port, or protocol; in that event, it will always
               // return a 301 or 302.
               _session.setReferer(new URL(_targetURL.getProtocol(), _host, _port,
                   _httpMethod.getPath()));
  @@ -556,7 +555,7 @@
           return _method;
       }
       
  -    /** Getter for property pproxy.
  +    /** Getter for property proxy.
        * @return Value of property proxy.
        */
       public Proxy getProxy() {
  
  
  

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

Reply via email to