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 09c7a8ad Javadoc: Close HTML tags
09c7a8ad is described below
commit 09c7a8ad23a60b60c8cc82812e238a6cd2f91b11
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 18 15:21:42 2024 -0400
Javadoc: Close HTML tags
---
src/main/java/org/apache/commons/codec/binary/Base32.java | 2 +-
src/main/java/org/apache/commons/codec/binary/Base64.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/codec/binary/Base32.java
b/src/main/java/org/apache/commons/codec/binary/Base32.java
index ea03aacd..47f136f8 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base32.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base32.java
@@ -38,7 +38,7 @@ import org.apache.commons.codec.CodecPolicy;
* </p>
* <p>
* You can configure instances with the {@link Builder}.
- * <p>
+ * </p>
* <pre>
* Base32 base32 = Base32.builder()
* .setDecodingPolicy(DecodingPolicy.LENIENT) // default is lenient
diff --git a/src/main/java/org/apache/commons/codec/binary/Base64.java
b/src/main/java/org/apache/commons/codec/binary/Base64.java
index 1654b40d..0d99df7e 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base64.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base64.java
@@ -52,7 +52,7 @@ import org.apache.commons.codec.CodecPolicy;
* </p>
* <p>
* You can configure instances with the {@link Builder}.
- * <p>
+ * </p>
* <pre>
* Base64 base64 = Base64.builder()
* .setDecodingPolicy(DecodingPolicy.LENIENT) // default is lenient, null
resets to default