Skip to content

Commit bdb86ef

Browse files
author
Niall Kegan Pemberton
committed
Add comment indicating CHUNK_SEPARTOR variable may be private in future versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@801706 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4dae15f commit bdb86ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ public class Base64 implements BinaryEncoder, BinaryDecoder {
6969

7070
/**
7171
* Chunk separator per RFC 2045 section 2.1.
72+
*
73+
* <p>
74+
* N.B. The next major release may break compatibility and make this field private.
75+
* </p>
7276
*
7377
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 2.1</a>
7478
*/

0 commit comments

Comments
 (0)