[ 
https://issues.apache.org/jira/browse/NET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb resolved NET-484.
----------------------

       Resolution: Fixed
    Fix Version/s: 3.2

URL: http://svn.apache.org/viewvc?rev=1395101&view=rev
Log:
NET-484 Base64.CHUNK_SEPARATOR should be private

Modified:
    commons/proper/net/trunk/src/changes/changes.xml
    
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/Base64.java

                
> Base64.CHUNK_SEPARATOR should be private
> ----------------------------------------
>
>                 Key: NET-484
>                 URL: https://issues.apache.org/jira/browse/NET-484
>             Project: Commons Net
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Sebb
>             Fix For: 3.2
>
>
> The field Base64.CHUNK_SEPARATOR should be private, to prevent accidental 
> corruption by external classes.
> As the field is package-protected, it can be made private without breaking 
> binary compatibility - application code should not expect to be able to 
> access such fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to