This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 467b85c190dcca2b3c2016cda303be0432757b5b Author: aherbert <aherb...@apache.org> AuthorDate: Tue Jun 30 15:09:31 2020 +0100 Remove redundant comments that refer to removed code --- src/test/java/org/apache/commons/codec/binary/Base32TestData.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/apache/commons/codec/binary/Base32TestData.java b/src/test/java/org/apache/commons/codec/binary/Base32TestData.java index 98225f4..10ad70e 100644 --- a/src/test/java/org/apache/commons/codec/binary/Base32TestData.java +++ b/src/test/java/org/apache/commons/codec/binary/Base32TestData.java @@ -31,6 +31,4 @@ public class Base32TestData { static final String BASE32_FIXTURE = "JBSWY3DPEBLW64TMMQ======\r\n"; // static final String BASE32HEX_FIXTURE = "91IMOR3F41BMUSJCCG======"; - // Some utility code to help test chunked reads of the InputStream. - }