This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
from 68199f10 Internal refactoring
new ef72cbdc Wrong class was tested
new 937df546 Internal refactoring
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/commons/codec/binary/Base32.java | 20 +++---
.../org/apache/commons/codec/binary/Base64.java | 73 ++++++++--------------
.../apache/commons/codec/binary/BaseNCodec.java | 5 ++
.../org/apache/commons/codec/CharsetsTest.java | 8 ++-
.../apache/commons/codec/binary/Base32Test.java | 3 +-
.../apache/commons/codec/binary/Base64Test.java | 61 ++++++++++--------
6 files changed, 82 insertions(+), 88 deletions(-)