Skip to content

Commit 3c5b96c

Browse files
author
eugene
committed
Make protected parser field in WebCrawler
1 parent 810f705 commit 3c5b96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/uci/ics/crawler4j/crawler/WebCrawler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class WebCrawler implements Runnable {
7070
/**
7171
* The parser that is used by this crawler instance to parse the content of the fetched pages.
7272
*/
73-
private Parser parser;
73+
protected Parser parser;
7474

7575
/**
7676
* The fetcher that is used by this crawler instance to fetch the content of pages from the web.

0 commit comments

Comments
 (0)