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 baef89a20 Remove whitespace
baef89a20 is described below
commit baef89a208c9b77f195ce76918f4b4446708ee1e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Feb 12 09:08:30 2024 -0500
Remove whitespace
---
.../commons/compress/harmony/unpack200/Pack200UnpackerAdapter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/harmony/unpack200/Pack200UnpackerAdapter.java
b/src/main/java/org/apache/commons/compress/harmony/unpack200/Pack200UnpackerAdapter.java
index 84f1e0478..2c725fee2 100644
---
a/src/main/java/org/apache/commons/compress/harmony/unpack200/Pack200UnpackerAdapter.java
+++
b/src/main/java/org/apache/commons/compress/harmony/unpack200/Pack200UnpackerAdapter.java
@@ -31,7 +31,7 @@ import
org.apache.commons.compress.java.util.jar.Pack200.Unpacker;
* This class provides the binding between the standard Pack200 interface and
the internal interface for (un)packing.
*/
public class Pack200UnpackerAdapter extends Pack200Adapter implements Unpacker
{
-
+
@Override
public void unpack(final File file, final JarOutputStream out) throws
IOException {
if (file == null || out == null) {