Skip to content

Commit 1cf7bf7

Browse files
committed
improve Xerces detection code further issue #541
1 parent e7052c5 commit 1cf7bf7

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/com/gargoylesoftware/htmlunit/platform

1 file changed

+0
-2
lines changed

src/main/java/com/gargoylesoftware/htmlunit/platform/Platform.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public final class Platform {
4747

4848
static {
4949
try {
50-
Class.forName("com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl");
5150
HelperSunXerces_ = (XmlUtilsHelperAPI)
5251
Class.forName("com.gargoylesoftware.htmlunit.platform.util.XmlUtilsSunXercesHelper").newInstance();
5352
}
@@ -56,7 +55,6 @@ public final class Platform {
5655
}
5756

5857
try {
59-
Class.forName("org.apache.xerces.dom.DeferredDocumentImpl");
6058
HelperXerces_ = (XmlUtilsHelperAPI)
6159
Class.forName("com.gargoylesoftware.htmlunit.platform.util.XmlUtilsXercesHelper").newInstance();
6260
}

0 commit comments

Comments
 (0)