Skip to content

Commit

Permalink
Polish.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Aug 2, 2021
1 parent 69d3892 commit ef4e58f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public SentryCapability() {
}

@Override
public Client enrich(final @NotNull Client client) {
public @NotNull Client enrich(final @NotNull Client client) {
return new SentryFeignClient(client, hub, beforeSpan);
}
}

0 comments on commit ef4e58f

Please sign in to comment.