Skip to content

Commit

Permalink
more javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 16, 2019
1 parent c834e63 commit 68166cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68166cd

Please sign in to comment.