Skip to content

Commit

Permalink
Done with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Oct 5, 2024
1 parent a33d688 commit 034ebf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public <T, R> Context defaultPrincipalMapper(
}

private Context conclude() {
if (isConcluded.compareAndSet(false, true)) {
if (!isConcluded.compareAndSet(false, true)) {
throw new IllegalStateException("Context is already concluded");
}

Expand Down

0 comments on commit 034ebf3

Please sign in to comment.