You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/17 20:14:30 UTC

[commons-codec] branch master updated: Package private method does not need Javadoc since tag

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 a3d825d1 Package private method does not need Javadoc since tag
a3d825d1 is described below

commit a3d825d13724e99e16f1e7536f3c04aaea64ccab
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 17 16:14:25 2023 -0400

    Package private method does not need Javadoc since tag
---
 src/main/java/org/apache/commons/codec/digest/B64.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/B64.java b/src/main/java/org/apache/commons/codec/digest/B64.java
index af0d210e..a828a2cb 100644
--- a/src/main/java/org/apache/commons/codec/digest/B64.java
+++ b/src/main/java/org/apache/commons/codec/digest/B64.java
@@ -27,8 +27,6 @@ import java.util.Random;
  * <p>
  * This class is immutable and thread-safe.
  * </p>
- *
- * @since 1.7
  */
 class B64 {