You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/03 12:52:34 UTC

[commons-compress] branch master updated: Javadoc tweak

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 956ac2c0 Javadoc tweak
     new 6f5308a3 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git
956ac2c0 is described below

commit 956ac2c007011df9992b59ecbb435ec3c83d296b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 3 08:52:08 2023 -0400

    Javadoc tweak
---
 .../compress/compressors/pack200/TempFileCachingStreamBridge.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/compress/compressors/pack200/TempFileCachingStreamBridge.java b/src/main/java/org/apache/commons/compress/compressors/pack200/TempFileCachingStreamBridge.java
index 644dbf7c..3ab05cb0 100644
--- a/src/main/java/org/apache/commons/compress/compressors/pack200/TempFileCachingStreamBridge.java
+++ b/src/main/java/org/apache/commons/compress/compressors/pack200/TempFileCachingStreamBridge.java
@@ -28,6 +28,7 @@ import java.nio.file.Path;
 /**
  * StreamBridge that caches all data written to the output side in
  * a temporary file.
+ *
  * @since 1.3
  */
 class TempFileCachingStreamBridge extends StreamBridge {