jericho     2002/10/26 09:25:35

  Modified:    httpclient/src/java/org/apache/commons/httpclient/util
                        URIUtil.java
  Log:
  - minor javadoc change
  
  Revision  Changes    Path
  1.9       +8 -8      
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/URIUtil.java
  
  Index: URIUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/URIUtil.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- URIUtil.java      26 Oct 2002 15:34:32 -0000      1.8
  +++ URIUtil.java      26 Oct 2002 16:25:34 -0000      1.9
  @@ -384,8 +384,8 @@
       /**
        * Escape and encode a string regarded as within the query component of an
        * URI with the default protocol charset.
  -     * Within a query component, the characters ";", "/", "?", ":", "@", "&",
  -     * "=", "+", ",", and "$" are reserved.
  +     * Within a query component, the characters ";", "/", "?", ":", "@",
  +     * "&", "=", "+", ",", and "$" are reserved.
        *
        * @param unescaped an unescaped string
        * @return the escaped string
  @@ -403,8 +403,8 @@
       /**
        * Escape and encode a string regarded as within the query component of an
        * URI with a given charset.
  -     * Within a query component, the characters ";", "/", "?", ":", "@", "&",
  -     * "=", "+", ",", and "$" are reserved.
  +     * Within a query component, the characters ";", "/", "?", ":", "@",
  +     * "&", "=", "+", ",", and "$" are reserved.
        *
        * @param unescaped an unescaped string
        * @param charset the charset
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to