Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 13, 2024
1 parent 82c1292 commit a87c476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/htmlunit/WebRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ private void readObject(final ObjectInputStream ois) throws ClassNotFoundExcepti
}
final String defaultResponseContentCharset = (String) ois.readObject();
if (defaultResponseContentCharset != null) {
defaultResponseContentCharset_ = Charset.forName(charsetName);
defaultResponseContentCharset_ = Charset.forName(defaultResponseContentCharset);
}
}
}

0 comments on commit a87c476

Please sign in to comment.