Skip to content

Commit

Permalink
SimonStewart: Removing unnecessary call to page.initialize() from the…
Browse files Browse the repository at this point in the history
… HtmlUnitDriver

r4967
  • Loading branch information
shs96c committed Mar 17, 2008
1 parent b4681d3 commit 9de3f15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Michael Tamm
James Cooper
Malcolm Rowe
Mirko Nasato
Marc Guillemot
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public void get(String url) {
try {
URL fullUrl = new URL(url);
Page page = webClient.getPage(fullUrl);
page.initialize();
} catch (UnknownHostException e) {
// This should be fine
} catch (ConnectException e) {
Expand Down

0 comments on commit 9de3f15

Please sign in to comment.