You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/08/06 18:27:06 UTC

svn commit: r801706 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

Author: niallp
Date: Thu Aug  6 16:27:06 2009
New Revision: 801706

URL: http://svn.apache.org/viewvc?rev=801706&view=rev
Log:
Add comment indicating CHUNK_SEPARTOR variable may be private in future versions

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java?rev=801706&r1=801705&r2=801706&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java Thu Aug  6 16:27:06 2009
@@ -69,6 +69,10 @@
 
     /**
      * Chunk separator per RFC 2045 section 2.1.
+     *
+     * <p>
+     * N.B. The next major release may break compatibility and make this field private.
+     * </p>
      * 
      * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 2.1</a>
      */