From 62972552d233141ecfe2638757b1968332421fd4 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 11 Feb 2024 12:12:35 -0500 Subject: [PATCH] Javadoc --- .../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 06dcc59360e..bcb515857ae 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 boolean equals(final Object o) { } /** + * Gets the B. + * * @return the b */ public int getB() { @@ -391,6 +393,8 @@ public int getB() { } /** + * Gets the H. + * * @return the h */ public int getH() { @@ -398,6 +402,8 @@ public int getH() { } /** + * Gets the L. + * * @return the l */ public int getL() { @@ -405,6 +411,8 @@ public int getL() { } /** + * Gets the S. + * * @return the s */ public int getS() {