You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2004/09/09 18:05:46 UTC

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec/net QuotedPrintableCodec.java

ggregory    2004/09/09 09:05:46

  Modified:    codec/src/java/org/apache/commons/codec/net
                        QuotedPrintableCodec.java
  Log:
  Javadoc.
  
  Revision  Changes    Path
  1.12      +3 -4      jakarta-commons/codec/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java
  
  Index: QuotedPrintableCodec.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- QuotedPrintableCodec.java	27 Aug 2004 17:18:17 -0000	1.11
  +++ QuotedPrintableCodec.java	9 Sep 2004 16:05:46 -0000	1.12
  @@ -288,9 +288,8 @@
        *                  quoted-printable string to convert into its original form
        * @return original string
        * @throws DecoderException
  -     *                  Thrown if quoted-printable decoding is unsuccessful
  -     * @throws UnsupportedEncodingException
  -     *                  Thrown if charset is not supported
  +     *                  Thrown if quoted-printable decoding is unsuccessful.
  +     *                  Thrown if charset is not supported.
        * @see #getDefaultCharset()
        */
       public String decode(String pString) throws DecoderException {
  
  
  

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