This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.


    from 20c4672  Merge branch 'release' into master
     new d470c55  Fix checkstyle
     new a1b37fe  Allow long lines in javadoc comments, e.g. for <A href="...">
     new e2d1760  Exclude some resources from checkstyle
     new 86e676d  Add checkstyle:check to default goal
     new ea6058c  Update binary compatibility version

The 5 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:
 checkstyle.xml                                                |  2 ++
 pom.xml                                                       |  5 +++--
 src/main/java/org/apache/commons/codec/binary/Base16.java     |  6 ++++--
 src/main/java/org/apache/commons/codec/binary/Base32.java     | 11 +++++++----
 .../org/apache/commons/codec/binary/Base32InputStream.java    |  4 ++--
 .../org/apache/commons/codec/binary/Base32OutputStream.java   |  4 ++--
 src/main/java/org/apache/commons/codec/binary/Base64.java     |  9 ++++++---
 .../org/apache/commons/codec/binary/Base64InputStream.java    |  4 ++--
 .../org/apache/commons/codec/binary/Base64OutputStream.java   |  4 ++--
 src/main/java/org/apache/commons/codec/binary/BaseNCodec.java |  9 +++++----
 .../org/apache/commons/codec/binary/CharSequenceUtils.java    |  2 +-
 src/main/java/org/apache/commons/codec/binary/Hex.java        |  2 +-
 .../java/org/apache/commons/codec/binary/StringUtils.java     |  8 ++++----
 .../apache/commons/codec/digest/MessageDigestAlgorithms.java  |  3 ++-
 .../apache/commons/codec/binary/CharSequenceUtilsTest.java    |  6 +++---
 15 files changed, 46 insertions(+), 33 deletions(-)

Reply via email to