Skip to content

Commit

Permalink
Completes comment on SecurityIdentityAugmentator
Browse files Browse the repository at this point in the history
  • Loading branch information
vanny96 committed Jan 20, 2023
1 parent 185e1f1 commit 3329020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-customization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public class RolesAugmentor implements SecurityIdentityAugmentor {
return Uni.createFrom().item(identity);
}
// Hibernate ORM is
// Hibernate ORM is blocking
SecurityIdentitySupplier identitySupplier = identitySupplierInstance.get();
identitySupplier.setIdentity(identity);
return context.runBlocking(identitySupplier);
Expand Down

0 comments on commit 3329020

Please sign in to comment.