Skip to content

Commit

Permalink
remove unnecessary Blocking annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 2, 2024
1 parent a4c0ae8 commit 15cf436
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class CredentialsFinder {

private final BidiMap<Target, Credential> cache = new DualHashBidiMap<>();

@Blocking
@ConsumeEvent(Credential.CREDENTIALS_DELETED)
void onCredentialsDeleted(Credential credential) {
cache.removeValue(credential);
Expand Down

0 comments on commit 15cf436

Please sign in to comment.