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

commit 62972552d233141ecfe2638757b1968332421fd4
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 11 12:12:35 2024 -0500

    Javadoc
---
 .../org/apache/commons/compress/harmony/pack200/BHSDCodec.java    | 8 ++++++++
 1 file changed, 8 insertions(+)

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 06dcc5936..bcb515857 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
@@ -384,6 +384,8 @@ public final class BHSDCodec extends Codec {
     }
 
     /**
+     * Gets the B.
+     *
      * @return the b
      */
     public int getB() {
@@ -391,6 +393,8 @@ public final class BHSDCodec extends Codec {
     }
 
     /**
+     * Gets the H.
+     *
      * @return the h
      */
     public int getH() {
@@ -398,6 +402,8 @@ public final class BHSDCodec extends Codec {
     }
 
     /**
+     * Gets the L.
+     *
      * @return the l
      */
     public int getL() {
@@ -405,6 +411,8 @@ public final class BHSDCodec extends Codec {
     }
 
     /**
+     * Gets the S.
+     *
      * @return the s
      */
     public int getS() {

Reply via email to