Skip to content

Commit 9e796fa

Browse files
xinlian12annie-mac
andauthored
resolve comments (#42637)
Co-authored-by: annie-mac <[email protected]>
1 parent d8af197 commit 9e796fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/directconnectivity/JsonNodeStorePayload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public JsonNode getPayload() {
7474

7575
private static CharsetDecoder getFallbackCharsetDecoder() {
7676
if (StringUtil.isNullOrEmpty(Configs.getCharsetDecoderErrorActionOnMalformedInput())
77-
&& StringUtil.isNullOrEmpty(Configs.getCharsetDecoderErrorActionOnMalformedInput())) {
77+
&& StringUtil.isNullOrEmpty(Configs.getCharsetDecoderErrorActionOnUnmappedCharacter())) {
7878
logger.debug("No fallback charset decoder is enabled");
7979
return null;
8080
}

0 commit comments

Comments
 (0)