jfarcand 2002/12/13 08:47:29 Modified: jsr154/src/share/javax/servlet/http HttpUtils.java Log: Doclets bombs when processing this file (minor fix) Submitted by: Ryan Lubke Revision Changes Path 1.3 +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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- HttpUtils.java 15 Oct 2002 21:39:44 -0000 1.2 +++ HttpUtils.java 13 Dec 2002 16:47:28 -0000 1.3 @@ -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 & character. + * with each pair separated from the next by a &apos 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]>