Skip to content

Commit

Permalink
Make NestedField private
Browse files Browse the repository at this point in the history
  • Loading branch information
Walaa Eldin Moustafa committed Aug 21, 2024
1 parent fa8d4ff commit 7d622c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/org/apache/iceberg/types/Types.java
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public static NestedField of(
private final Object initialDefault;
private final Object writeDefault;

public NestedField(
private NestedField(
boolean isOptional,
int id,
String name,
Expand Down

0 comments on commit 7d622c4

Please sign in to comment.