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 e743d5a34 Javadoc
e743d5a34 is described below

commit e743d5a34786b9ca8136ec5d664b36f7d978e770
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 5 10:14:57 2024 -0500

    Javadoc
---
 .../org/apache/commons/compress/harmony/unpack200/BcBandsTest.java  | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/compress/harmony/unpack200/BcBandsTest.java 
b/src/test/java/org/apache/commons/compress/harmony/unpack200/BcBandsTest.java
index 9b3fff94d..9e9ea0409 100644
--- 
a/src/test/java/org/apache/commons/compress/harmony/unpack200/BcBandsTest.java
+++ 
b/src/test/java/org/apache/commons/compress/harmony/unpack200/BcBandsTest.java
@@ -39,10 +39,8 @@ import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 /**
- * Tests for Pack200 bytecode bands
- */
-
-/*
+ * Tests for Pack200 bytecode bands.
+ *
  * TODO: The number 8 is used in most of the tests in this class as a low 
(non-zero) number that is not likely to indicate a multiple byte number, but 
should be
  * replaced with properly encoded byte arrays when encoding is implemented.
  */

Reply via email to