We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7052c5 commit 1cf7bf7Copy full SHA for 1cf7bf7
src/main/java/com/gargoylesoftware/htmlunit/platform/Platform.java
@@ -47,7 +47,6 @@ public final class Platform {
47
48
static {
49
try {
50
- Class.forName("com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl");
51
HelperSunXerces_ = (XmlUtilsHelperAPI)
52
Class.forName("com.gargoylesoftware.htmlunit.platform.util.XmlUtilsSunXercesHelper").newInstance();
53
}
@@ -56,7 +55,6 @@ public final class Platform {
56
55
57
58
59
- Class.forName("org.apache.xerces.dom.DeferredDocumentImpl");
60
HelperXerces_ = (XmlUtilsHelperAPI)
61
Class.forName("com.gargoylesoftware.htmlunit.platform.util.XmlUtilsXercesHelper").newInstance();
62
0 commit comments