From 68166cd7e3fa042e5f7b6106a98f19e1d98872e4 Mon Sep 17 00:00:00 2001 From: rbri Date: Tue, 16 Apr 2019 20:03:04 +0200 Subject: [PATCH] more javadoc fixes --- .../htmlunit/javascript/host/ActiveXObjectTest.java | 3 ++- .../htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java | 2 +- .../htmlunit/javascript/host/xml/XMLHttpRequestTest.java | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ActiveXObjectTest.java b/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ActiveXObjectTest.java index 1bbb38b97c3..c54afae8c59 100644 --- a/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ActiveXObjectTest.java +++ b/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ActiveXObjectTest.java @@ -26,6 +26,7 @@ import com.gargoylesoftware.htmlunit.MockWebConnection; import com.gargoylesoftware.htmlunit.SimpleWebTestCase; import com.gargoylesoftware.htmlunit.WebClient; +import com.gargoylesoftware.htmlunit.WebClientOptions; /** * Tests for {@link ActiveXObject}. @@ -75,7 +76,7 @@ public void activex2() throws Exception { } /** - * Returns true if Jacob is installed, so we can use {@link WebClient#setActiveXNative(boolean)}. + * Returns true if Jacob is installed, so we can use {@link WebClientOptions#setActiveXNative(boolean)}. * @return whether Jacob is installed or not */ public static boolean isJacobInstalled() { diff --git a/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java b/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java index d2e9188d821..063d96480ef 100644 --- a/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java +++ b/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java @@ -194,7 +194,7 @@ public void open_FF() throws Exception { /** * Regression test for bug 2884585. * As of HtmlUnit-2.7-SNAPSHOT 17.01.2010 <script src="..."... written - * by document.write was not loaded and executed after the </script> + * by document.write was not loaded and executed after the </script> * when the page was loaded as result of a click. * @throws Exception if the test fails */ diff --git a/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java b/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java index c508e1a01e8..68286422afb 100644 --- a/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java +++ b/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java @@ -561,7 +561,7 @@ public void responseXML_application_svgXml() throws Exception { } /** - * Regression test for IE specific properties attribute.text & attribute.xml. + * Regression test for IE specific properties attribute.text & attribute.xml. * @throws Exception if the test fails */ @Test