This is an automated email from the ASF dual-hosted git repository.
gaoyingju pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 1f6474b Fix the wrong link in java doc for CompressionUtils (#971)
1f6474b is described below
commit 1f6474b9c8caacbc8a03d6ef6e1e26203ff8c4a2
Author: Benedict Jin <[email protected]>
AuthorDate: Sat Jan 8 14:01:21 2022 +0800
Fix the wrong link in java doc for CompressionUtils (#971)
---
.../src/main/java/org/apache/seatunnel/utils/CompressionUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/utils/CompressionUtils.java
b/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/utils/CompressionUtils.java
index f1163c2..75a1b1d 100644
---
a/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/utils/CompressionUtils.java
+++
b/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/utils/CompressionUtils.java
@@ -92,7 +92,7 @@ public class CompressionUtils {
*
* @param inputFile the input .gz file
* @param outputDir the output directory file.
- * @return The {@File} with the ungzipped content.
+ * @return The {@link File} with the ungzipped content.
* @throws IOException io exception
* @throws FileNotFoundException file not found exception
*/