Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Oct 17, 2024
1 parent 5b72dbb commit 014d293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/** Represent a failure event when do Iceberg table operation failed. */
@DeveloperApi
public class IcebergTableFailureEvent extends IcebergRESTFailureEvent {
public IcebergTableFailureEvent(String user, NameIdentifier nameIdentifier, Exception e) {
protected IcebergTableFailureEvent(String user, NameIdentifier nameIdentifier, Exception e) {
super(user, nameIdentifier, e);
}
}

0 comments on commit 014d293

Please sign in to comment.