You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/11/07 18:16:02 UTC

[iceberg] branch master updated: API: Fix a ManageSnapshots javadoc typo (#3489)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new ae40619  API: Fix a ManageSnapshots javadoc typo  (#3489)
ae40619 is described below

commit ae40619e14a53c7e31fd35c39a569a4ba9c8fa07
Author: Kuan-Po Tseng <br...@gmail.com>
AuthorDate: Mon Nov 8 02:15:46 2021 +0800

    API: Fix a ManageSnapshots javadoc typo  (#3489)
---
 api/src/main/java/org/apache/iceberg/ManageSnapshots.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/main/java/org/apache/iceberg/ManageSnapshots.java b/api/src/main/java/org/apache/iceberg/ManageSnapshots.java
index 153f1e0..b3d98ed 100644
--- a/api/src/main/java/org/apache/iceberg/ManageSnapshots.java
+++ b/api/src/main/java/org/apache/iceberg/ManageSnapshots.java
@@ -76,7 +76,7 @@ public interface ManageSnapshots extends PendingUpdate<Snapshot> {
    * @param snapshotId a snapshotId whose changes to apply
    * @return this for method chaining
    * @throws IllegalArgumentException If the table has no snapshot with the given id
-   * @throws DuplicateWAPCommitException In case of a WAP workflow and if the table has has a duplicate commit with same
+   * @throws DuplicateWAPCommitException In case of a WAP workflow and if the table has a duplicate commit with same
    * wapId
    */
   ManageSnapshots cherrypick(long snapshotId);