Skip to content

Commit

Permalink
Merge pull request #25748 from geoand/security-javadoc
Browse files Browse the repository at this point in the history
Apply minor javadoc fixes to HttpSecurityPolicy
  • Loading branch information
geoand authored May 24, 2022
2 parents 6b03da0 + 2e13dcd commit 4ecfa9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io.vertx.ext.web.RoutingContext;

/**
* A HTTP Security policy, that controls which requests are allowed to proceeed.
* An HTTP Security policy, that controls which requests are allowed to proceed.
*
* There are two different ways these policies can be installed. The easiest is to just create a CDI bean, in which
* case the policy will be invoked on every request.
Expand Down Expand Up @@ -61,7 +61,7 @@ public SecurityIdentity getAugmentedIdentity() {
/**
* A context object that can be used to run blocking tasks
* <p>
* Blocking identity providers should used this context object to run blocking tasks, to prevent excessive and
* Blocking identity providers should use this context object to run blocking tasks, to prevent excessive and
* unnecessary delegation to thread pools
*/
interface AuthorizationRequestContext {
Expand Down

0 comments on commit 4ecfa9d

Please sign in to comment.