Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSchultz committed Dec 28, 2023
1 parent 2ab2317 commit 2ee643d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/org/apache/catalina/filters/CsrfPreventionFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void setNonceRequestParameterName(String parameterName) {
* Sets the flag to enforce CSRF protection or just log failures as DEBUG
* messages.
*
* @param enforce <code>true</code> to enforce CSRF protections or
* @param enforce <code>true</code> to enforce CSRF protection or
* <code>false</code> to log DEBUG messages and allow
* all requests.
*/
Expand All @@ -120,7 +120,7 @@ public void setEnforce(boolean enforce) {
* Gets the flag to enforce CSRF protection or just log failures as DEBUG
* messages.
*
* @return <code>true</code> if CSRF protections will be enforced or
* @return <code>true</code> if CSRF protection will be enforced or
* <code>false</code> if all requests will be allowed and
* failures will be logged as DEBUG messages.
*/
Expand Down

0 comments on commit 2ee643d

Please sign in to comment.