You still missed the terminating ';' :)

On Fri, 2002-12-13 at 13:01, [EMAIL PROTECTED] wrote:
> jfarcand    2002/12/13 10:01:54
> 
>   Modified:    jsr154/src/share/javax/servlet/http HttpUtils.java
>   Log:
>   &amp instead (thanks Jason).
>   
>   Revision  Changes    Path
>   1.4       +1 -1      
>jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java
>   
>   Index: HttpUtils.java
>   ===================================================================
>   RCS file: 
>/home/cvs/jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- HttpUtils.java  13 Dec 2002 16:47:28 -0000      1.3
>   +++ HttpUtils.java  13 Dec 2002 18:01:54 -0000      1.4
>   @@ -104,7 +104,7 @@
>         * The query string should be in the form of a string
>         * packaged by the GET or POST method, that is, it
>         * should have key-value pairs in the form <i>key=value</i>,
>   -     * with each pair separated from the next by a &apos character.
>   +     * with each pair separated from the next by a &amp character.
>         *
>         * <p>A key can appear more than once in the query string
>         * with different values. However, the key appears only once in 
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
Ryan Lubke <[EMAIL PROTECTED]>
Sun Microsystems, Inc.


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

Reply via email to