You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by wu...@apache.org on 2022/03/07 13:16:04 UTC

[incubator-seatunnel] branch dev updated: [Improve] [java doc] Fix the wrong java doc (#1396)

This is an automated email from the ASF dual-hosted git repository.

wuchunfu 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 7dfd29c  [Improve] [java doc] Fix the wrong java doc (#1396)
7dfd29c is described below

commit 7dfd29c0ff252218bec63afd9209ce90b2c743a8
Author: Benedict Jin <as...@apache.org>
AuthorDate: Mon Mar 7 21:15:57 2022 +0800

    [Improve] [java doc] Fix the wrong java doc (#1396)
---
 .../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 778f851..091568b 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
@@ -53,7 +53,7 @@ public final class CompressionUtils {
      * @param outputDir the output directory file.
      * @throws IOException           io exception
      * @throws FileNotFoundException file not found exception
-     * @throws ArchiveException      a rchive exception
+     * @throws ArchiveException      archive exception
      */
     public static void unTar(final File inputFile, final File outputDir) throws FileNotFoundException, IOException, ArchiveException {