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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 8b4eb4dd Fix Javadoc tag 8b4eb4dd is described below commit 8b4eb4ddcf663961557a812f56b626fd1673b891 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 5 09:05:16 2023 -0500 Fix Javadoc tag --- .../java/org/apache/commons/compress/harmony/pack200/BHSDCodec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/harmony/pack200/BHSDCodec.java b/src/main/java/org/apache/commons/compress/harmony/pack200/BHSDCodec.java index 029fae99..d58b9ab9 100644 --- a/src/main/java/org/apache/commons/compress/harmony/pack200/BHSDCodec.java +++ b/src/main/java/org/apache/commons/compress/harmony/pack200/BHSDCodec.java @@ -56,7 +56,7 @@ import org.apache.commons.compress.utils.ExactMath; * run-time error to call the value without the extra parameter, and the previous value should be returned. (It was * designed this way to support multi-threaded access without requiring a new instance of the Codec to be cloned for * each use.) - * <dt> + * </dd> * </dl> * * Codecs are notated as (B,H,S,D) and either D or S,D may be omitted if zero. Thus {@link #BYTE1} is denoted