morgand     02/05/03 16:03:47

  Modified:    latka/src/java/org/apache/commons/latka/http Response.java
  Log:
  Javadoc clarification
  
  Revision  Changes    Path
  1.12      +4 -2      
jakarta-commons/latka/src/java/org/apache/commons/latka/http/Response.java
  
  Index: Response.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/http/Response.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Response.java     3 May 2002 19:43:58 -0000       1.11
  +++ Response.java     3 May 2002 23:03:47 -0000       1.12
  @@ -109,10 +109,12 @@
     public Request getRequest();
   
     /**
  -   * Check a response header.
  +   * Check a response header.  If more than one header
  +   * of the same name is encountered, they are collapsed
  +   * into one comma-separated String.
      * 
      * @param headerName The name of the header to find in the Reponse
  -   * @return the value of the header, or null if the header does not 
  +   * @return the value of the header(s), or null if the header does not
      *         exist
      */
     public String getHeader(String headerName);
  
  
  

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

Reply via email to