1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Fix typo 'properites' in documentation

Fixes gh-8095
This commit is contained in:
Markus Engelbrecht
2020-03-11 05:27:18 +01:00
committed by Josh Cummings
parent d245b0466a
commit 475a53233d
4 changed files with 4 additions and 4 deletions
@@ -43,7 +43,7 @@ final class WithMockUserSecurityContextFactory implements
.username() : withUser.value();
if (username == null) {
throw new IllegalArgumentException(withUser
+ " cannot have null username on both username and value properites");
+ " cannot have null username on both username and value properties");
}
List<GrantedAuthority> grantedAuthorities = new ArrayList<>();