Skip to content

Commit 92a59e0

Browse files
author
Rob Winch
committed
Fix checkstyle
Issue gh-3736
1 parent 8ad0003 commit 92a59e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/jackson2/UserDeserializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public User deserialize(JsonParser jp, DeserializationContext ctxt) throws IOExc
6565
readJsonNode(jsonNode, "credentialsNonExpired").asBoolean(),
6666
readJsonNode(jsonNode, "accountNonLocked").asBoolean(), authorities
6767
);
68-
68+
6969
if(password.asText(null) == null) {
7070
result.eraseCredentials();
7171
}

0 commit comments

Comments
 (0)