Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73ee205

Browse files
committedJan 8, 2025·
remove jsonignore from static
1 parent 787be69 commit 73ee205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎model/src/main/java/org/cloudfoundry/identity/uaa/oauth/client/ClientJwtCredential.java

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public boolean isValid() {
3939
return StringUtils.hasText(subject) && StringUtils.hasText(issuer);
4040
}
4141

42-
@JsonIgnore
4342
public static List<ClientJwtCredential> parse(String clientJwtCredentials) {
4443
try {
4544
return JsonUtils.readValue(clientJwtCredentials, new TypeReference<>() {});

0 commit comments

Comments
 (0)
Please sign in to comment.