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 42e8e84941eaf0080f7e41ade8c7913f634ca251 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon May 15 08:30:36 2023 -0400 Format tweak --- .../compress/compressors/pack200/InMemoryCachingStreamBridge.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/compress/compressors/pack200/InMemoryCachingStreamBridge.java b/src/main/java/org/apache/commons/compress/compressors/pack200/InMemoryCachingStreamBridge.java index dba22a6f..6fa0fad7 100644 --- a/src/main/java/org/apache/commons/compress/compressors/pack200/InMemoryCachingStreamBridge.java +++ b/src/main/java/org/apache/commons/compress/compressors/pack200/InMemoryCachingStreamBridge.java @@ -30,6 +30,7 @@ import java.io.InputStream; * @since 1.3 */ class InMemoryCachingStreamBridge extends StreamBridge { + InMemoryCachingStreamBridge() { super(new ByteArrayOutputStream()); }