Skip to content

Commit

Permalink
Fix bugs of AlterTagEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
TungYuChiang committed Jan 16, 2025
1 parent 22722e2 commit 7599f64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public final class AlterTagEvent extends TagEvent {
public AlterTagEvent(
String user, String metalake, TagChange[] tagChanges, TagInfo updatedTagInfo) {
super(user, NameIdentifier.of(metalake));
this.tagChanges = tagChanges.clone();
this.tagChanges = tagChanges;
this.updatedTagInfo = updatedTagInfo;
}

Expand Down

0 comments on commit 7599f64

Please sign in to comment.