Sebb created NET-484:
------------------------

             Summary: 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


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