Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.function.Supplier;

/**
* Extended expression to but used in method and authentication voter.
* Extended expression to be used in method and authentication voters.
*/
public class ExtendedWebSecurityExpressionRoot extends WebSecurityExpressionRoot {

Expand Down Expand Up @@ -40,7 +40,7 @@ public ExtendedWebSecurityExpressionRoot(final Supplier<Authentication> authenti
}

/**
* Validate the current request a defined parameter.
* Validate that the current request has a defined parameter.
*
* @param parameter
* the expected non-blank parameter.
Expand All @@ -51,7 +51,7 @@ public boolean hasParameter(final String parameter) {
}

/**
* Validate the current request a defined header.
* Validate that the current request has a defined header.
*
* @param header
* the expected non-blank header.
Expand Down