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 2002/02/06 06:34:08 UTC

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/event BaseRequestEvent.java

dion        02/02/05 21:34:08

  Modified:    latka/src/java/org/apache/commons/latka/event
                        BaseRequestEvent.java
  Log:
  Fixed javadoc
  
  Revision  Changes    Path
  1.8       +3 -1      jakarta-commons/latka/src/java/org/apache/commons/latka/event/BaseRequestEvent.java
  
  Index: BaseRequestEvent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/BaseRequestEvent.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BaseRequestEvent.java	21 Jan 2002 17:41:06 -0000	1.7
  +++ BaseRequestEvent.java	6 Feb 2002 05:34:08 -0000	1.8
  @@ -68,7 +68,7 @@
    * It provides the request, response and session for use by
    * clients
    * @author Morgan Delagrange
  - * @version $Id: BaseRequestEvent.java,v 1.7 2002/01/21 17:41:06 morgand Exp $
  + * @version $Id: BaseRequestEvent.java,v 1.8 2002/02/06 05:34:08 dion Exp $
    */
   public class BaseRequestEvent implements RequestEvent {
   
  @@ -89,6 +89,8 @@
   
     /**
      * Store the request, response and session for later retrieval 
  +   * @param request the request the event is about
  +   * @param response the response from the request
      */ 
     public BaseRequestEvent(Request request, Response response) {
       _session  = request.getSession();
  
  
  

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