Skip to content

Commit a19c3de

Browse files
committed
code style
1 parent dd0ae11 commit a19c3de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<body>
1010
<release version="4.9.0" date="February xx, 2025" description="Chrome/Edge 132, Firefox 134, BigInt, Bugfixes">
11+
<action type="fix" dev="rbri">
12+
WebClientOptions.Geolocation is serializable now
13+
</action>
14+
<action type="fix" dev="rbri">
15+
HtmlDomTreeWalker is serializable now
16+
</action>
1117
<action type="fix" dev="rbri">
1218
core-js: junit-vintage-engine was NOT marked as 'test' dependency, therefore we had junit
1319
as part of our depenencies/lib/diestribution (regression from 4.8.0)

src/test/java/org/htmlunit/WebClientOptionsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import javax.net.ssl.SSLContext;
1818

1919
import org.apache.commons.lang3.SerializationUtils;
20-
import org.htmlunit.WebClientOptions.Geolocation;
2120
import org.htmlunit.junit.BrowserRunner;
2221
import org.junit.Test;
2322
import org.junit.runner.RunWith;

0 commit comments

Comments
 (0)