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 ef2f9a873 Javadoc
ef2f9a873 is described below
commit ef2f9a8733a55808e4d5dfe2276b39406b51dc0c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Feb 12 09:54:36 2024 -0500
Javadoc
---
.../org/apache/commons/compress/harmony/pack200/CodecEncoding.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/compress/harmony/pack200/CodecEncoding.java
b/src/main/java/org/apache/commons/compress/harmony/pack200/CodecEncoding.java
index 1cfc2fe22..236a1041b 100644
---
a/src/main/java/org/apache/commons/compress/harmony/pack200/CodecEncoding.java
+++
b/src/main/java/org/apache/commons/compress/harmony/pack200/CodecEncoding.java
@@ -24,7 +24,7 @@ import java.util.HashMap;
import java.util.Map;
/**
- * CodecEncoding is used to get the right Codec for a given meta-encoding
+ * CodecEncoding is used to get the right Codec for a given meta-encoding.
*/
public class CodecEncoding {
@@ -73,7 +73,7 @@ public class CodecEncoding {
}
/**
- * Returns the codec specified by the given value byte and optional byte
header. If the value is >= 116, then bytes may be consumed from the secondary
+ * Gets the codec specified by the given value byte and optional byte
header. If the value is >= 116, then bytes may be consumed from the secondary
* input stream, which is taken to be the contents of the band_headers
byte array. Since the values from this are consumed and not repeated, the input
* stream should be reused for subsequent encodings. This does not
therefore close the input stream.
*