Skip to content

Commit

Permalink
bug fix for map type
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Feb 26, 2024
1 parent 3685ae7 commit b15ea4e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ private void validateContent(Object content, String inputField) {
);
}
}
}
if (!(content instanceof String)) {
} else if (!(content instanceof String)) {
throw new IllegalArgumentException(
"input field ["
+ inputField
Expand Down

0 comments on commit b15ea4e

Please sign in to comment.