You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/11/22 23:38:38 UTC

cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/server AbstractHttpServletRequestWrapper.java

vmassol     2002/11/22 14:38:37

  Modified:    framework/src/java/share/org/apache/cactus/server
                        AbstractHttpServletRequestWrapper.java
  Log:
  Fixed bad first javadoc sentence
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractHttpServletRequestWrapper.java
  
  Index: AbstractHttpServletRequestWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractHttpServletRequestWrapper.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractHttpServletRequestWrapper.java	28 Aug 2002 19:53:53 -0000	1.6
  +++ AbstractHttpServletRequestWrapper.java	22 Nov 2002 22:38:37 -0000	1.7
  @@ -141,7 +141,7 @@
       }
   
       /**
  -     * Simulates the remote IP address (i.e. the client IP address).
  +     * Simulates the remote IP address (ie the client IP address).
        *
        * @param theRemoteIPAddress the simulated IP address in string format.
        *        Exemple : "127.0.0.1"
  @@ -152,7 +152,7 @@
       }
   
       /**
  -     * Simulates the remote host name(i.e. the client host name).
  +     * Simulates the remote host name(ie the client host name).
        *
        * @param theRemoteHostName the simulated host name in string format.
        *        Exemple : "atlantis"
  
  
  

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