RFR: Trivial patch for javadoc warnings in Base64 (original) (raw)

Chris Hegarty chris.hegarty at oracle.com
Tue Dec 11 18:10:01 UTC 2012


hg diff Base64.java diff -r d206e52bf8a6 src/share/classes/java/util/Base64.java --- a/src/share/classes/java/util/Base64.java Tue Dec 11 13:14:56 2012 +0800 +++ b/src/share/classes/java/util/Base64.java Tue Dec 11 18:05:30 2012 +0000 @@ -289,8 +289,8 @@ public class Base64 { * *

This method first encodes all input bytes into a base64 encoded * byte array and then constructs a new String by using the encoded byte

java.nio.charset.StandardCharsets.ISO_8859_1 ISO-8859-1}

java.nio.charset.StandardCharsets#ISO_8859_1

exactly the same * effect as invoking @@ -358,9 +358,9 @@ public class Base64 { * to encode any more input bytes. The encoding operation can be * continued, if there is more bytes in input buffer to be encoded, * by invoking this method again with an output buffer that has more

buffer.

in as the * third parameter {@code bytesOut} if it is to continue an unfinished * encoding, 0 otherwise. * @@ -806,9 +806,9 @@ public class Base64 { * buffer has insufficient space to decode any more input bytes. * The decoding operation can be continued, if there is more bytes * in input buffer to be decoded, by invoking this method again with

remaining}

from the

java.nio.Buffer#remaining

-Chris.



More information about the core-libs-dev mailing list