dion        02/04/11 07:43:18

  Modified:    latka/src/java/org/apache/commons/latka/http Response.java
  Log:
  Fixed javadoc
  
  Revision  Changes    Path
  1.9       +2 -1      
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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Response.java     11 Apr 2002 13:40:47 -0000      1.8
  +++ Response.java     11 Apr 2002 14:43:18 -0000      1.9
  @@ -97,7 +97,8 @@
     public int getByteLength();
   
     /**
  -   * The request that generated this response
  +   * Getter for request property
  +   * @return the request that generated this response
      */
     public Request getRequest();
   
  
  
  

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

Reply via email to