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 19, 2025
1 parent fa42784 commit 2c66d22
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 2c66d22

Please sign in to comment.