You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/src/main/java/org/springframework/security/test/web/servlet/response/SecurityMockMvcResultMatchers.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -140,11 +140,11 @@ public void match(MvcResult result) {
140
140
141
141
/**
142
142
* Allows for any validating the authentication with arbitrary assertions
143
-
* @param assesrtAuthentication the Consumer which validates the authentication
143
+
* @param assertAuthentication the Consumer which validates the authentication
144
144
* @return the AuthenticatedMatcher to perform additional assertions
0 commit comments