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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e871d2b Remove weird Javadoc tag in test
3e871d2b is described below

commit 3e871d2b093efbc9f8a7149cb6fabbf95bbbad1e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Aug 30 11:07:09 2022 -0400

    Remove weird Javadoc tag in test
---
 src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java 
b/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java
index e84bb828..725a8cb1 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java
@@ -32,8 +32,6 @@ import static 
org.junit.jupiter.api.Assertions.assertArrayEquals;
 /**
  * Tests to make sure future versions of commons-codec.jar have identical 
Base64
  * behavior as commons-codec-1.3.jar.
- *
- * @since Mar 25, 2010
  */
 public class Base64Codec13Test {
 

Reply via email to