You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2020/10/30 19:18:49 UTC

[iceberg] branch master updated: Build: Fix Javadoc in SnapshotSummary

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

aokolnychyi 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 0353f7d  Build: Fix Javadoc in SnapshotSummary
0353f7d is described below

commit 0353f7d233261aea5a593baeb3375d208c725540
Author: Anton Okolnychyi <ao...@apple.com>
AuthorDate: Fri Oct 30 12:17:27 2020 -0700

    Build: Fix Javadoc in SnapshotSummary
---
 core/src/main/java/org/apache/iceberg/SnapshotSummary.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/iceberg/SnapshotSummary.java b/core/src/main/java/org/apache/iceberg/SnapshotSummary.java
index d3e215e..834fa0b 100644
--- a/core/src/main/java/org/apache/iceberg/SnapshotSummary.java
+++ b/core/src/main/java/org/apache/iceberg/SnapshotSummary.java
@@ -83,7 +83,7 @@ public class SnapshotSummary {
      * Sets the maximum number of changed partitions before partition summaries will be excluded.
      * <p>
      * If the number of changed partitions is over this max, summaries will not be included. If the number of changed
-     * partitions is <= this limit, then partition-level summaries will be included in the summary if they are
+     * partitions is &lt;= this limit, then partition-level summaries will be included in the summary if they are
      * available, and "partition-summaries-included" will be set to "true".
      *
      * @param max maximum number of changed partitions