Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 21, 2025
1 parent a7b9534 commit d7c5298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ else if (Decision.isCastableToBinary(value, false)) {
return new EmptyHttpEntity(ct);
}
if (wasNull && !StringUtil.isEmpty(charset, true)) return new StringEntity(str, charset.trim());
else return new StringEntity(str, ct);
return new StringEntity(str, ct);
}
}
catch (Exception e) {
Expand Down

0 comments on commit d7c5298

Please sign in to comment.