Skip to content

Commit

Permalink
fabric: remove redundant @Unique
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Mar 16, 2021
1 parent bf689c8 commit 8d003d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ abstract class EntitySelectorReaderMixin {
@Final
private StringReader reader;

@Unique
@Inject(method = "read", at = @At("RETURN"))
public void setInputString(final @NonNull CallbackInfoReturnable<EntitySelector> cir) {
final EntitySelector selector = cir.getReturnValue();
Expand Down

0 comments on commit 8d003d8

Please sign in to comment.