Skip to content

Commit 3c46178

Browse files
Core: Make new TableMetadata.Builder constructor private (#10714)
1 parent 319f29e commit 3c46178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/org/apache/iceberg/TableMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ private Builder() {
910910
this(DEFAULT_TABLE_FORMAT_VERSION);
911911
}
912912

913-
public Builder(int formatVersion) {
913+
private Builder(int formatVersion) {
914914
this.base = null;
915915
this.formatVersion = formatVersion;
916916
this.lastSequenceNumber = INITIAL_SEQUENCE_NUMBER;

0 commit comments

Comments
 (0)