Skip to content

Commit

Permalink
Build: Fix Javadoc in SnapshotSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
aokolnychyi committed Oct 30, 2020
1 parent 0cd4932 commit 0353f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/apache/iceberg/SnapshotSummary.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void clear() {
* 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
Expand Down

0 comments on commit 0353f7d

Please sign in to comment.