File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import java .util .ArrayList ;
55import java .util .List ;
66
7- import com . gargoylesoftware .htmlunit .ProxyConfig ;
7+ import org .htmlunit .ProxyConfig ;
88
99import jsq .fetcher .history .BaseFetcher ;
1010import jsq .fetcher .history .GenericJSFetcher ;
Original file line number Diff line number Diff line change 1515import jsq .config .Config ;
1616import jsq .fetch .factory .Factory ;
1717
18- import com . gargoylesoftware .htmlunit .SilentCssErrorHandler ;
19- import com . gargoylesoftware .htmlunit .ThreadedRefreshHandler ;
20- import com . gargoylesoftware .htmlunit .WebClient ;
18+ import org .htmlunit .SilentCssErrorHandler ;
19+ import org .htmlunit .ThreadedRefreshHandler ;
20+ import org .htmlunit .WebClient ;
2121
2222public class GenericJSFetcher extends BaseFetcher {
2323
@@ -102,7 +102,7 @@ public WebClient getWebClient(boolean useJavaScript) {
102102 webClient .setRefreshHandler (new ThreadedRefreshHandler ());
103103 webClient .getOptions ().setJavaScriptEnabled (useJavaScript );
104104 webClient .getOptions ().setThrowExceptionOnScriptError (false );
105- java .util .logging .Logger .getLogger ("com.gargoylesoftware " ).setLevel (java .util .logging .Level .OFF );
105+ java .util .logging .Logger .getLogger ("org " ).setLevel (java .util .logging .Level .OFF );
106106 return webClient ;
107107 }
108108
Original file line number Diff line number Diff line change 2222import org .apache .commons .csv .CSVParser ;
2323import org .apache .commons .csv .CSVRecord ;
2424
25- import com . gargoylesoftware .htmlunit .FailingHttpStatusCodeException ;
26- import com . gargoylesoftware .htmlunit .Page ;
27- import com . gargoylesoftware .htmlunit .SilentCssErrorHandler ;
28- import com . gargoylesoftware .htmlunit .TextPage ;
29- import com . gargoylesoftware .htmlunit .ThreadedRefreshHandler ;
30- import com . gargoylesoftware .htmlunit .UnexpectedPage ;
31- import com . gargoylesoftware .htmlunit .WebClient ;
32- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
33- import com . gargoylesoftware .htmlunit .html .HtmlTable ;
25+ import org .htmlunit .FailingHttpStatusCodeException ;
26+ import org .htmlunit .Page ;
27+ import org .htmlunit .SilentCssErrorHandler ;
28+ import org .htmlunit .TextPage ;
29+ import org .htmlunit .ThreadedRefreshHandler ;
30+ import org .htmlunit .UnexpectedPage ;
31+ import org .htmlunit .WebClient ;
32+ import org .htmlunit .html .HtmlPage ;
33+ import org .htmlunit .html .HtmlTable ;
3434
3535public class Yahoo extends BaseFetcher {
3636
Original file line number Diff line number Diff line change 44import java .util .HashMap ;
55import java .util .List ;
66
7- import com . gargoylesoftware .htmlunit .html .DomElement ;
8- import com . gargoylesoftware .htmlunit .html .HtmlElement ;
9- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
10- import com . gargoylesoftware .htmlunit .html .HtmlTable ;
11- import com . gargoylesoftware .htmlunit .html .HtmlTableRow ;
7+ import org .htmlunit .html .DomElement ;
8+ import org .htmlunit .html .HtmlElement ;
9+ import org .htmlunit .html .HtmlPage ;
10+ import org .htmlunit .html .HtmlTable ;
11+ import org .htmlunit .html .HtmlTableRow ;
1212
1313public class HtmlUnitTools {
1414
You can’t perform that action at this time.
0 commit comments